diff options
| author | Pitu <[email protected]> | 2017-01-30 05:13:07 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-30 05:13:07 -0300 |
| commit | 6b7fd3bcf431fd6df9059c83a34f5a15b00fd7b2 (patch) | |
| tree | ad6efa64785c0862d2c8cf8df2a980580c3a4703 /config.sample.js | |
| parent | Removed unused dependency (diff) | |
| parent | Bumped version (diff) | |
| download | host.fuwn.me-6b7fd3bcf431fd6df9059c83a34f5a15b00fd7b2.tar.xz host.fuwn.me-6b7fd3bcf431fd6df9059c83a34f5a15b00fd7b2.zip | |
Merged dev into master
Diffstat (limited to 'config.sample.js')
| -rw-r--r-- | config.sample.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sample.js b/config.sample.js index c1fe1ef..7c881d9 100644 --- a/config.sample.js +++ b/config.sample.js @@ -9,6 +9,9 @@ module.exports = { */ private: true, + // If true, users will be able to create accounts and access their uploaded files + enableUserAccounts: true, + // The registered domain where you will be serving the app. Use IP if none. domains: [ |