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.

29 lines
422 B

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. "ui": "./ui/"
  14. },
  15. "wiki": {
  16. "url": "https://wiki.aiterp.net",
  17. "username": "AiteBot@AiteStory",
  18. "password": ""
  19. },
  20. "test": {
  21. "enabled": true,
  22. "username": "AiteBot@AiteStory",
  23. "password": ""
  24. }
  25. }