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

7 years ago
7 years ago
7 years ago
7 years ago
  1. {
  2. "view": {
  3. "title": "Aite RP"
  4. },
  5. "db": {
  6. "username": "aitestory",
  7. "password": "",
  8. "database": "aitestory"
  9. },
  10. "server": {
  11. "host": "0.0.0.0",
  12. "port": 8000,
  13. "debug": true
  14. },
  15. "wiki": {
  16. "url": "https://wiki.aiterp.net/w/api.php",
  17. "username": "AiteBot@AiteStory",
  18. "password": ""
  19. },
  20. "directories": {
  21. "ui": "./ui/",
  22. "templates": "./view/templates"
  23. },
  24. "test": {
  25. "enabled": true,
  26. "username": "AiteBot@AiteStory",
  27. "password": ""
  28. }
  29. }