1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00
flarum_ynh/conf/configuration.yml

14 lines
356 B
YAML
Raw Normal View History

2021-03-19 00:00:09 +01:00
baseUrl : "https://__DOMAIN____PATH__"
databaseConfiguration :
host : "localhost"
2022-09-13 18:08:13 +02:00
database : "__DB_NAME__"
username : "__DB_USER__"
password : "__DB_PWD__"
adminUser :
username : "__ADMIN__"
password : "__ADMIN_PWD__"
password_confirmation : "__ADMIN_PWD__"
2021-03-19 00:00:09 +01:00
email : "__ADMIN_MAIL__"
settings :
2021-03-19 00:00:09 +01:00
forum_title : "__TITLE__"