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.

10 lines
154 B

  1. port: 8080
  2. secret: secret
  3. database:
  4. type: sqlite
  5. file: users.db
  6. host: localhost
  7. port: 5432
  8. name: postgres
  9. user: postgres
  10. password: postgres