This repository has been archived on 2021-02-16. You can view files and clone it, but cannot push or open issues or pull requests.
Nodezzarella/config.json

10 lines
226 B
JSON
Raw Normal View History

2017-07-03 16:59:35 +02:00
{
"appPort": "8888",
2017-07-20 23:50:30 +02:00
"siteTitle": "Dryusdan",
2017-07-19 22:49:13 +02:00
"siteHomeTitle": "Dryusdan.fr, blog d'un passionné d'informatique",
2017-07-20 23:50:30 +02:00
"db": "rethinkdb",
2017-07-23 01:17:20 +02:00
"webroot" : "/",
"login": "root",
"password": "root"
2017-07-03 16:59:35 +02:00
}