From 68911415950d919b637d144d5c7d8600a581052a Mon Sep 17 00:00:00 2001 From: Jerome De Almeida Date: Thu, 9 Feb 2017 13:05:41 +0100 Subject: [PATCH] modify application config --- README.md | 2 +- build.xml | 2 +- config/application.config.php-dist-BO | 31 --------------------------- config/application.config.php-dist-FO | 31 --------------------------- 4 files changed, 2 insertions(+), 64 deletions(-) delete mode 100644 config/application.config.php-dist-BO delete mode 100644 config/application.config.php-dist-FO diff --git a/README.md b/README.md index 20e9094..ab7e6bb 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ This shell script use others shell script. May be you node to change rights of t Create Initial User and Client ------------------------------ -Modify email and password (firstname or lastname) of first user in /module/MonarcFO/migrations/seeds/adminUserInit.php +Modify email and password (firstname or lastname) of first user in /module/MonarcBO/migrations/seeds/adminUserInit.php If you have a mail server, you can keep default password and click on "Password forgotten ?" after user creation. diff --git a/build.xml b/build.xml index 71c0aad..31c9a9c 100644 --- a/build.xml +++ b/build.xml @@ -58,7 +58,7 @@ - + diff --git a/config/application.config.php-dist-BO b/config/application.config.php-dist-BO deleted file mode 100644 index b7e2a90..0000000 --- a/config/application.config.php-dist-BO +++ /dev/null @@ -1,31 +0,0 @@ - array( - 'DoctrineModule', - 'DoctrineORMModule', - 'MonarcCore', - 'MonarcBO', - ), - 'module_listener_options' => array( - 'module_paths' => array( - './module', - './vendor' - ), - 'config_glob_paths' => array( - 'config/autoload/{,*.}{global,local}.php' - ), - 'config_cache_enabled' => ($env == 'production'), - 'config_cache_key' => 'c8aaaaa11586f8b1bf5565cc6064e70a', // md5('config_cache_key_monarc') - 'module_map_cache_enabled' => ($env == 'production'), - 'module_map_cache_key' => '664579376c4dcdcaa0bcdd0f7e7bf25b', // md5('module_map_cache_key_monarc'), - 'cache_dir' => 'data/cache/', - 'check_dependencies' => ($env != 'production'), - ), -); diff --git a/config/application.config.php-dist-FO b/config/application.config.php-dist-FO deleted file mode 100644 index ee624df..0000000 --- a/config/application.config.php-dist-FO +++ /dev/null @@ -1,31 +0,0 @@ - array( - 'DoctrineModule', - 'DoctrineORMModule', - 'MonarcCore', - 'MonarcFO', - ), - 'module_listener_options' => array( - 'module_paths' => array( - './module', - './vendor' - ), - 'config_glob_paths' => array( - 'config/autoload/{,*.}{global,local}.php' - ), - 'config_cache_enabled' => ($env == 'production'), - 'config_cache_key' => 'c8aaaaa11586f8b1bf5565cc6064e70a', // md5('config_cache_key_monarc') - 'module_map_cache_enabled' => ($env == 'production'), - 'module_map_cache_key' => '664579376c4dcdcaa0bcdd0f7e7bf25b', // md5('module_map_cache_key_monarc'), - 'cache_dir' => 'data/cache/', - 'check_dependencies' => ($env != 'production'), - ), -);