The backend for the AiteStory website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
512 B

{
"view": {
"title": "Aite RP"
},
"db": {
"username": "aitestory",
"password": "",
"database": "aitestory"
},
"server": {
"host": "0.0.0.0",
"port": 8000,
"debug": true
},
"wiki": {
"url": "https://wiki.aiterp.net/w/api.php",
"username": "AiteBot@AiteStory",
"password": ""
},
"directories": {
"ui": "./ui/",
"templates": "./view/templates"
},
"test": {
"enabled": true,
"username": "AiteBot@AiteStory",
"password": ""
}
}