diff options
| author | kanadeko <[email protected]> | 2017-01-16 04:21:46 -0300 |
|---|---|---|
| committer | kanadeko <[email protected]> | 2017-01-16 04:21:46 -0300 |
| commit | 55e2d17636ab9a7aa56338a353dc16f084637246 (patch) | |
| tree | ffa01aef28c59b87bdaa6ed92d246ee9bba9f98e /config.sample.js | |
| parent | Make all spacings consistent to all other files (diff) | |
| download | host.fuwn.me-55e2d17636ab9a7aa56338a353dc16f084637246.tar.xz host.fuwn.me-55e2d17636ab9a7aa56338a353dc16f084637246.zip | |
Admin panel, pomf-standarization and stuff
Diffstat (limited to 'config.sample.js')
| -rw-r--r-- | config.sample.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sample.js b/config.sample.js index ade99e0..e010b6a 100644 --- a/config.sample.js +++ b/config.sample.js @@ -18,9 +18,9 @@ module.exports = { // Uploads config uploads: { - // If prefix is set, it will be appended at the end of basedomain. + // If prefix is set, it will be appended at the end of basedomain. Remember to finish it with `/` // Ex: https://i.kanacchi.moe/prefix/k4n4.png - // Leave blank to use the basedomain + // Leave blank to use the basedomain. prefix: '', // Folder where images should be stored |