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
2023-02-19 19:06:30 +01:00

13 lines
354 B
YAML

baseUrl : "https://__DOMAIN____PATH__"
databaseConfiguration :
host : "localhost"
database : "__DB_NAME__"
username : "__DB_USER__"
password : "__DB_PWD__"
adminUser :
username : "__ADMIN__"
password : "__PASSWORD__"
password_confirmation : "__PASSWORD__"
email : "__ADMIN_MAIL__"
settings :
forum_title : "__TITLE__"