mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
14 lines
356 B
YAML
14 lines
356 B
YAML
|
baseUrl : "https://__DOMAIN__/__PATH__"
|
||
|
databaseConfiguration :
|
||
|
host : "localhost"
|
||
|
database : "__USER__"
|
||
|
username : "__USER__"
|
||
|
password : "__DB_PWD__"
|
||
|
adminUser :
|
||
|
username : "__ADMIN__"
|
||
|
password : "__ADMIN_PWD__"
|
||
|
password_confirmation : "__ADMIN_PWD__"
|
||
|
email : "__ADMIN_EML__"
|
||
|
settings :
|
||
|
forum_title : "__FORUM_TITLE__"
|