Commit 4b7da92339ac5285bdba303c0919a69bcf82bcc3
1 parent
b19ed102
config
Showing
1 changed file
with
25 additions
and
25 deletions
Show diff stats
app/configs/server.development.php renamed to app/configs/server.develop.php
100755 → 100644
1 | -<?php | |
2 | - | |
3 | -/** | |
4 | - * Read more on Config Files | |
5 | - * @link http://phalcon-rest.redound.org/config_files.html | |
6 | - */ | |
7 | - | |
8 | -return [ | |
9 | - | |
10 | - 'debug' => true, | |
11 | - 'hostName' => 'http://test-30.artweb.com.ua', | |
12 | - 'clientHostName' => 'http://test-30.artweb.com.ua', | |
13 | - 'database' => [ | |
14 | - | |
15 | - // Change to your own configuration | |
16 | - 'adapter' => 'Postgresql', | |
17 | - 'host' => 'localhost', | |
18 | - 'username' => 'postgres', | |
19 | - 'password' => '5cZw3rPC', | |
20 | - 'dbname' => 'analytics', | |
21 | - ], | |
22 | - 'cors' => [ | |
23 | - 'allowedOrigins' => ['*'] | |
24 | - ] | |
25 | -]; | |
1 | +<?php | |
2 | + | |
3 | +/** | |
4 | + * Read more on Config Files | |
5 | + * @link http://phalcon-rest.redound.org/config_files.html | |
6 | + */ | |
7 | + | |
8 | +return [ | |
9 | + | |
10 | + 'debug' => true, | |
11 | + 'hostName' => 'http://test-30.artweb.com.ua', | |
12 | + 'clientHostName' => 'http://test-30.artweb.com.ua', | |
13 | + 'database' => [ | |
14 | + | |
15 | + // Change to your own configuration | |
16 | + 'adapter' => 'Postgresql', | |
17 | + 'host' => 'localhost', | |
18 | + 'username' => 'postgres', | |
19 | + 'password' => '5cZw3rPC', | |
20 | + 'dbname' => 'analytics', | |
21 | + ], | |
22 | + 'cors' => [ | |
23 | + 'allowedOrigins' => ['*'] | |
24 | + ] | |
25 | +]; | ... | ... |