Config and gitignore updates

This commit is contained in:
Matthias Portzel 2023-07-06 15:46:03 -07:00
parent f310c2671e
commit 59c3818714
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/content/
!/content/settings/
*/assets/built
*.zip

View File

@ -2,7 +2,7 @@
"url": "http://localhost:2368/",
"server": {
"port": 2368,
"host": "127.0.0.1"
"host": "0.0.0.0"
},
"database": {
"client": "sqlite3",
@ -36,7 +36,7 @@
"user_login": {
"minWait": 600000,
"maxWait": 604800000,
"freeRetries": 4
"freeRetries": 40000
},
"user_reset": {
"minWait": 3600000,

Binary file not shown.