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

Create config.yml

This commit is contained in:
frju365 2017-02-26 17:35:16 +01:00 committed by GitHub
parent 1406171f4a
commit 381d34aa5e

38
conf/config.yml Normal file
View file

@ -0,0 +1,38 @@
appNamespace: chooseAnUniqueNameForYourApp
timezone: Europe/Paris
doctrine:
driver: pdo_mysql
host: localhost
user: db_user
password: 'db_pass'
dbname: db_name
port: null
unix_socket: null
path: null
cacheDriver:
type: null
host: null
port: null
security:
secret: 'change#this#secret#very#important'
mailer:
type: null
host: localhost
port: 25
encryption: false
username: ''
password: ''
entities:
- src/Roadiz/Core/Entities
- src/Roadiz/Core/AbstractEntities
- gen-src/GeneratedNodeSources
rememberMeLifetime: 2592000
additionalServiceProviders: { }
additionalCommands:
- \Themes\DefaultTheme\Commands\DefaultThemeCommand
assetsProcessing:
driver: gd
defaultQuality: 90
maxPixelSize: 1920
jpegoptimPath: null
pngquantPath: null