mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-14 08:49:51 -05:00
26 lines
410 B
JSON
26 lines
410 B
JSON
{
|
|
"Server": {
|
|
"port": 8080,
|
|
"hostname": "http://localhost:8080",
|
|
"tls": false,
|
|
"trustProxy": []
|
|
},
|
|
"Database": {
|
|
"host": "mongodb://localhost:27017/shrimpa-test"
|
|
},
|
|
"Upload": {
|
|
"path": "uploads-test"
|
|
},
|
|
"Log": {
|
|
"httpLevel": "dev"
|
|
},
|
|
"User": {
|
|
"Password": {
|
|
"saltLength": 8,
|
|
"hashIterations": 1
|
|
}
|
|
},
|
|
"RateLimit": {
|
|
"enable": false
|
|
}
|
|
} |