Commit e79feac76dbc126507a5a39bf755c55c8a5c7180
1 parent
e2f1a347
Exists in
master
Ajustado conexão de banco;
portabilis/ieducar#167
Showing
2 changed files
with
7 additions
and
7 deletions
Show diff stats
ieducar/configuration/ieducar.ini
... | ... | @@ -53,10 +53,10 @@ |
53 | 53 | [production] |
54 | 54 | ; Configurações de banco de dados |
55 | 55 | app.database.dbname = ieducar |
56 | -app.database.username = ieducar | |
57 | -app.database.hostname = postgres95 | |
58 | -app.database.password = ieducar | |
59 | -app.database.port = 5433 | |
56 | +app.database.username = postgres | |
57 | +app.database.hostname = localhost | |
58 | +app.database.password = postgres | |
59 | +app.database.port = 5432 | |
60 | 60 | |
61 | 61 | ; Define uma url para redirecionar todas as requisições; |
62 | 62 | ; app.routes.redirect_to = /intranet/manutencao.php | ... | ... |