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

24 lines
462 B
Text
Raw Normal View History

2024-04-10 21:08:02 +02:00
[General]
InstanceName = __FLOHMARKT_NAME__
2024-04-11 16:13:12 +02:00
ExternalURL = https://__DOMAIN____PATH__
2024-04-15 08:12:40 +02:00
HttpsNoVerifyCert = 0
2024-04-10 21:08:02 +02:00
JwtSecret = __JWTSECRET__
DataPath = __DATA_DIR__
[Database]
UseHttps = 0
Host = 127.0.0.1
User = __APP__
Password = __PASSWORD_COUCHDB_FLOHMARKT__
Port = 5984
Database = __APP__
2024-04-10 21:08:02 +02:00
[SMTP]
Server = 127.0.0.1
Port = 587
From = __MAIL_USER__@__MAIL_DOMAIN__
2024-04-10 21:08:02 +02:00
User = __APP__
Password = __MAIL_PWD__
CAFile = /etc/ssl/certs/ca-certificates.crt
2024-04-15 08:12:40 +02:00
NoVerifyCert = 1