mirror of
https://github.com/YunoHost-Apps/flohmarkt_ynh.git
synced 2024-09-03 18:36:30 +02:00
b943dfa6f1
adjusted paths after trying, thinking and talking to people in the matrix room again.
24 lines
490 B
Text
24 lines
490 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__
|
|
Port = 5984
|
|
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
|