mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-29 13:15:26 -05:00
12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"http": {
|
|
"port": 8080
|
|
},
|
|
"database": {
|
|
"url": "mongodb://localhost:27017/pretendo_website"
|
|
},
|
|
"secrets": {
|
|
"session": "session secret here"
|
|
}
|
|
}
|