diff options
| author | 2017-05-08 02:59:19 +0000 | |
|---|---|---|
| committer | 2017-05-08 02:59:19 +0000 | |
| commit | 9fa591cb0696bfc8f8af284bac9c4cd312fe293e (patch) | |
| tree | a1d898498b8d58de68be2343ad953415544f73e0 /config-default | |
| parent | f91039f7bee00876022107e015c07879e15638d4 (diff) | |
Revert "Move users to DB"
This reverts commit 7342c7f0e19e15ab3c7ba2133a56393c15989f08.
Turns out there are still issues after all.
Diffstat (limited to 'config-default')
| -rw-r--r-- | config-default/settings.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-default/settings.json b/config-default/settings.json index 8fd2b24..c976383 100644 --- a/config-default/settings.json +++ b/config-default/settings.json @@ -29,10 +29,12 @@ "ssl" : "1", "username" : "MetaBot", "web" : { + "groupfile" : "/var/www/.htgroup", "shortener" : { "apikey" : "yoursecretkey", "domain" : "yourls.org", "secure" : "0" }, + "userfile" : "/var/www/.htpasswd" } } |
