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 b6d9fac30f New file- and pathnames
Quiet a ride, but on my test system it installs and removes.

Upgrade will not work, yet. Renaming is missing.

Multiple installs should work.
2024-05-06 07:47:13 +02:00

23 lines
474 B
Text

[General]
InstanceName = __FLOHMARKT_NAME__
ExternalURL = https://__DOMAIN____PATH__
HttpsNoVerifyCert = 0
JwtSecret = __JWTSECRET__
DataPath = __DATA_DIR__
[Database]
UseHttps = 0
Host = 127.0.0.1
User = __APP__
Password = __PASSWORD_COUCHDB_FLOHMARKT__
Port = __PORT_COUCHDB__
Database = __APP__
[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