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

Create configuration.yml

For #7
This commit is contained in:
TitusPiJean 2016-10-08 19:56:18 +02:00 committed by GitHub
parent 2b584015c8
commit 56961b6cd0

13
sources/configuration.yml Normal file
View file

@ -0,0 +1,13 @@
baseUrl : "https://YNH_APP_DOMAIN/YNH_WWW_PATH"
databaseConfiguration :
host : "localhost"
database : "YNH_WWW_APP"
username : "YNH_WWW_APP"
password : "YNH_DB_PASS"
adminUser :
username : "YNH_ADMIN_USER"
password : "YNH_ADMIN_PASS"
password_confirmation : "YNH_ADMIN_PASS"
email : "YNH_ADMIN_EMAIL"
settings :
forum_title : "YNH_FORUM_TITLE"