Commit adbc2c5d39604ecbfe946ff928b83c9212b125b6
1 parent
c7297586
Exists in
master
and in
1 other branch
inserindo tabela session
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/config/config.yml
| ... | ... | @@ -193,7 +193,7 @@ services: |
| 193 | 193 | pdo: |
| 194 | 194 | class: PDO |
| 195 | 195 | arguments: |
| 196 | - - "pgsql:host=%database_host%;port=%database_port%;dbname=%database_name%" | |
| 196 | + - "pgsql:host=%database_host%;dbname=%database_name%" | |
| 197 | 197 | - "%database_user%" |
| 198 | 198 | - "%database_password%" |
| 199 | 199 | calls: | ... | ... |