1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-11-14 16:59:57 -05:00
shimapan/config/dev.json

21 lines
320 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",
2018-12-26 19:02:59 -05:00
"tls": false,
"trustProxy": []
},
"Database": {
"host": "mongodb://localhost:27017/shimapan-dev"
},
2018-08-14 05:12:58 -04:00
"Upload": {
"path": "uploads-dev"
},
"Log": {
"httpLevel": "dev"
2018-12-26 20:47:04 -05:00
},
"RateLimit": {
"enable": false
}
2017-10-12 17:26:35 -04:00
}