From 4b7da92339ac5285bdba303c0919a69bcf82bcc3 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 14 Feb 2017 17:54:31 +0200 Subject: [PATCH] config --- app/configs/server.develop.php | 25 +++++++++++++++++++++++++ app/configs/server.development.php | 25 ------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 app/configs/server.develop.php delete mode 100755 app/configs/server.development.php diff --git a/app/configs/server.develop.php b/app/configs/server.develop.php new file mode 100644 index 0000000..2d0ab8a --- /dev/null +++ b/app/configs/server.develop.php @@ -0,0 +1,25 @@ + true, + 'hostName' => 'http://test-30.artweb.com.ua', + 'clientHostName' => 'http://test-30.artweb.com.ua', + 'database' => [ + + // Change to your own configuration + 'adapter' => 'Postgresql', + 'host' => 'localhost', + 'username' => 'postgres', + 'password' => '5cZw3rPC', + 'dbname' => 'analytics', + ], + 'cors' => [ + 'allowedOrigins' => ['*'] + ] +]; diff --git a/app/configs/server.development.php b/app/configs/server.development.php deleted file mode 100755 index cc8129c..0000000 --- a/app/configs/server.development.php +++ /dev/null @@ -1,25 +0,0 @@ - true, - 'hostName' => 'http://test-30.artweb.com.ua', - 'clientHostName' => 'http://test-30.artweb.com.ua', - 'database' => [ - - // Change to your own configuration - 'adapter' => 'Postgresql', - 'host' => 'localhost', - 'username' => 'postgres', - 'password' => '5cZw3rPC', - 'dbname' => 'analytics', - ], - 'cors' => [ - 'allowedOrigins' => ['*'] - ] -]; -- libgit2 0.21.4