aboutsummaryrefslogtreecommitdiff
path: root/config.sample.js
diff options
context:
space:
mode:
authorkanadeko <[email protected]>2017-01-16 04:37:42 -0300
committerkanadeko <[email protected]>2017-01-16 04:37:42 -0300
commit7b72c3e560d4671cab3b1bcfaa9dd8543a998862 (patch)
treeeba16ec853a6d16dc7abff630a8391be373e8a84 /config.sample.js
parentRemoved error code because is stupid (diff)
downloadhost.fuwn.me-7b72c3e560d4671cab3b1bcfaa9dd8543a998862.tar.xz
host.fuwn.me-7b72c3e560d4671cab3b1bcfaa9dd8543a998862.zip
Added generation of random token
Diffstat (limited to 'config.sample.js')
-rw-r--r--config.sample.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.sample.js b/config.sample.js
index e010b6a..e192385 100644
--- a/config.sample.js
+++ b/config.sample.js
@@ -9,9 +9,6 @@ module.exports = {
// Your base domain where the app is running. Remember to finish it with '/'
basedomain: 'https://i.kanacchi.moe/',
- // Token to use on the api. Leave blank for public
- TOKEN: 'YOURSUPERSECRETTOKEN',
-
// Port on which to run the server
port: 9999,