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.

16 lines
202 B

  1. port: 3000
  2. paths:
  3. content: ./content
  4. data: ./data
  5. db:
  6. type: postgres
  7. host: db
  8. port: 5432
  9. user: wikijs
  10. pass: wikijsrocks
  11. db: wiki
  12. redis:
  13. host: redis
  14. port: 6379
  15. db: 0
  16. logLevel: info