diff options
| author | kanadeko <[email protected]> | 2017-01-16 04:37:42 -0300 |
|---|---|---|
| committer | kanadeko <[email protected]> | 2017-01-16 04:37:42 -0300 |
| commit | 7b72c3e560d4671cab3b1bcfaa9dd8543a998862 (patch) | |
| tree | eba16ec853a6d16dc7abff630a8391be373e8a84 /config.sample.js | |
| parent | Removed error code because is stupid (diff) | |
| download | host.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.js | 3 |
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, |