mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-10 15:48:27 -05:00
15 lines
239 B
JSON
15 lines
239 B
JSON
{
|
|
"Server": {
|
|
"port": 8080,
|
|
"hostname": "http://localhost:8080"
|
|
},
|
|
"Database": {
|
|
"host": "mongodb://localhost:27017/shimapan-test"
|
|
},
|
|
"Upload": {
|
|
"path": "uploads-test"
|
|
},
|
|
"Log": {
|
|
"httpLevel": "dev"
|
|
}
|
|
} |