From 381d34aa5ee9a0e6b40d476966529b6307083b0a Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 26 Feb 2017 17:35:16 +0100 Subject: [PATCH] Create config.yml --- conf/config.yml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 conf/config.yml diff --git a/conf/config.yml b/conf/config.yml new file mode 100644 index 0000000..cde1fc2 --- /dev/null +++ b/conf/config.yml @@ -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