1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/concrete5_ynh.git synced 2024-09-03 18:25:54 +02:00

Update config.yml

This commit is contained in:
frju365 2017-03-02 11:35:33 +01:00 committed by GitHub
parent 08db9375bf
commit 5667681dae

View file

@ -1,11 +1,11 @@
appNamespace: chooseAnUniqueNameForYourApp appNamespace: "chooseAnUniqueNameForYourApp"
timezone: Europe/Paris timezone: "Europe/Paris"
doctrine: doctrine:
driver: pdo_mysql driver: "pdo_mysql"
host: localhost host: "localhost"
user: db_user user: "db_user"
password: 'db_pass' password: 'db_pass'
dbname: db_name dbname: "db_name"
port: null port: null
unix_socket: null unix_socket: null
path: null path: null
@ -17,15 +17,15 @@ security:
secret: 'change#this#secret#very#important' secret: 'change#this#secret#very#important'
mailer: mailer:
type: null type: null
host: localhost host: "localhost"
port: 25 port: 25
encryption: false encryption: false
username: '' username: ''
password: '' password: ''
entities: entities:
- src/Roadiz/Core/Entities - "src/Roadiz/Core/Entities"
- src/Roadiz/Core/AbstractEntities - "src/Roadiz/Core/AbstractEntities"
- gen-src/GeneratedNodeSources - "gen-src/GeneratedNodeSources"
rememberMeLifetime: 2592000 rememberMeLifetime: 2592000
additionalServiceProviders: { } additionalServiceProviders: { }
additionalCommands: additionalCommands: