flohmarkt.conf 553 B

1234567891011121314151617181920212223242526272829
  1. [General]
  2. InstanceName = __FLOHMARKT_NAME__
  3. ExternalURL = https://__DOMAIN____PATH__
  4. HttpsNoVerifyCert = 0
  5. JwtSecret = __JWTSECRET__
  6. DataPath = __DATA_DIR__
  7. [Database]
  8. UseHttps = 0
  9. Host = 127.0.0.1
  10. User = __APP__
  11. Password = __PASSWORD_COUCHDB_FLOHMARKT__
  12. Port = 5984
  13. Database = __APP__
  14. [Email]
  15. MailMethod = smtp
  16. From = __MAIL_USER__@__MAIL_DOMAIN__
  17. [Email.Sendmail]
  18. SendmailExecutable = /usr/sbin/sendmail
  19. [Email.SMTP]
  20. Server = 127.0.0.1
  21. Port = 587
  22. User = __APP__
  23. Password = __MAIL_PWD__
  24. CAFile = /etc/ssl/certs/ca-certificates.crt
  25. NoVerifyCert = 1