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