diff options
| author | Pitu <[email protected]> | 2017-01-30 05:10:13 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-30 05:10:13 -0300 |
| commit | 93e5f6ab315a01acd12b55a29c5361d77e679b56 (patch) | |
| tree | 21663600250a913f92627bdc80c492cbaa39d8ca | |
| parent | Forgot it was an array (diff) | |
| download | host.fuwn.me-93e5f6ab315a01acd12b55a29c5361d77e679b56.tar.xz host.fuwn.me-93e5f6ab315a01acd12b55a29c5361d77e679b56.zip | |
Added enableUserAccounts
| -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: [ |