1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00
flohmarkt_ynh/conf/flohmarkt.conf
Chris Vogel f1ca7d3cdb new flohmarkt start
flohmarkt needs to be started with a different class
2024-04-25 13:07:28 +02:00

18 lines
427 B
Text

[General]
InstanceName = __FLOHMARKT_NAME__
ExternalURL = https://__DOMAIN____PATH__
HttpsNoVerifyCert = 0
JwtSecret = __JWTSECRET__
DataPath = __DATA_DIR__
[Database]
Server = http://__APP__:__PASSWORD_COUCHDB_FLOHMARKT__@127.0.0.1:__PORT_COUCHDB__/
[SMTP]
Server = 127.0.0.1
Port = 587
From = __MAIL_USER__@__MAIL_DOMAIN__
User = __APP__
Password = __MAIL_PWD__
CAFile = /etc/ssl/certs/ca-certificates.crt
NoVerifyCert = 1