aboutsummaryrefslogtreecommitdiff
path: root/config.sample.js
diff options
context:
space:
mode:
authorpitu <[email protected]>2017-01-14 20:47:50 -0300
committerpitu <[email protected]>2017-01-14 20:47:50 -0300
commite5af2bd04cb139e08bebdfa885be651952cf1387 (patch)
treeffa69e3e4537d86cbdb2381453972a02d00b4c59 /config.sample.js
parentlast fix for now (diff)
downloadhost.fuwn.me-e5af2bd04cb139e08bebdfa885be651952cf1387.tar.xz
host.fuwn.me-e5af2bd04cb139e08bebdfa885be651952cf1387.zip
whoops
Diffstat (limited to 'config.sample.js')
-rw-r--r--config.sample.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.sample.js b/config.sample.js
index 721a065..cf5f49d 100644
--- a/config.sample.js
+++ b/config.sample.js
@@ -6,6 +6,9 @@ module.exports = {
Ideally the only options you should change are port and basedomain.
*/
+ // Your base domain where the app is running.
+ basedomain: 'https://i.kanacchi.moe/',
+
// Token to use on the api. Leave blank for public
TOKEN: 'YOURSUPERSECRETTOKEN',
@@ -15,9 +18,6 @@ module.exports = {
// Uploads config
uploads: {
- // Where to serve the uploaded files.
- basedomain: 'https://i.kanacchi.moe/',
-
// If prefix is set, it will be appended at the end of basedomain.
// Ex: https://i.kanacchi.moe/prefix/k4n4.png
// Leave blank to use the basedomain