diff --git a/check_process b/check_process index 16ddc2e..e16a37b 100644 --- a/check_process +++ b/check_process @@ -11,8 +11,7 @@ language="fr_FR" is_public=1 (PUBLIC|public=1|private=0) admin_pass="pass" - website_title="site" - + website_title="site" ; Checks pkg_linter=1 setup_sub_dir=1 diff --git a/conf/config.yml b/conf/config.yml deleted file mode 100644 index baec957..0000000 --- a/conf/config.yml +++ /dev/null @@ -1,38 +0,0 @@ -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