GraphQL API and utilities for the rpdata project
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.

21 lines
361 B

  1. {
  2. "space": {
  3. "host": "ams3.digitaloceanspaces.com",
  4. "accessKey": "",
  5. "secretKey": "",
  6. "bucket": "aiterp",
  7. "maxSize": 8388113
  8. },
  9. "database": {
  10. "host": "localhost",
  11. "port": 27017,
  12. "db": "rpdata",
  13. "username": "",
  14. "password": "",
  15. "mechanism": ""
  16. },
  17. "wiki": {
  18. "url": "https://wiki.aiterp.net/api.php"
  19. }
  20. }