mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-25 19:24:52 -05:00
21 lines
497 B
JSON
21 lines
497 B
JSON
{
|
|
"http": {
|
|
"port": 8080
|
|
},
|
|
"blog": {
|
|
"authors": [
|
|
{
|
|
"name": "redducks",
|
|
"description": "passionate and violence loving programmer",
|
|
"image": "https://img00.deviantart.net/a0f8/i/2012/356/3/3/generic_anime_girl__1_by_light1523-d5ou547.png"
|
|
}
|
|
]
|
|
},
|
|
"database": {
|
|
"url": "mongodb://localhost:27017/pretendo_website"
|
|
},
|
|
"secrets": {
|
|
"session": "abcdef"
|
|
}
|
|
}
|