1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-11-15 01:06:32 -05:00
shimapan/config/test.json

22 lines
347 B
JSON
Raw Normal View History

2017-10-12 17:26:35 -04:00
{
"Server": {
"port": 8080,
2018-12-26 13:30:02 -05:00
"hostname": "http://localhost:8080",
"tls": false
},
"Database": {
"host": "mongodb://localhost:27017/shimapan-test"
},
"Upload": {
"path": "uploads-test"
},
"Log": {
"httpLevel": "dev"
},
"User": {
"Password": {
"saltLength": 8,
"hashIterations": 1
}
}
2017-10-12 17:26:35 -04:00
}