The backend for the project formerly known as signet, now known as beignet.
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.

2 年之前
12345678910111213141516171819202122
  1. {
  2. "app": {
  3. "secretKey": "",
  4. "domains": [""],
  5. "port": 0
  6. },
  7. "database": {
  8. "host": "",
  9. "port": 0,
  10. "name": "",
  11. "user": "",
  12. "password": "",
  13. "ssl": ""
  14. },
  15. "hashing": {
  16. "memory": 0,
  17. "iterations": 0,
  18. "parallelism": 0,
  19. "saltLength": 0,
  20. "keyLength": 0
  21. }
  22. }