mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-14 16:59:57 -05:00
18 lines
278 B
JSON
18 lines
278 B
JSON
{
|
|
"Server": {
|
|
"port": 8080,
|
|
"hostname": "http://localhost:8080",
|
|
"tls": false,
|
|
"trustProxy": []
|
|
},
|
|
"Database": {
|
|
"host": "mongodb://localhost:27017/shimapan-dev"
|
|
},
|
|
"Upload": {
|
|
"path": "uploads-dev"
|
|
},
|
|
"Log": {
|
|
"httpLevel": "dev"
|
|
}
|
|
}
|