Commit 6dcf95a46812ca284c9a207b9056b3ea69b7dc84

Authored by Lucas D'Avila
1 parent af034fec
Exists in master

Atualizado porta padrão banco de dados para a mesma porta definida por padrão pe…

…lo pgvm ao criar o primeiro cluster
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ieducar/configuration/ieducar.ini
... ... @@ -56,7 +56,7 @@ app.database.dbname = ieducar
56 56 app.database.username = ieducar
57 57 app.database.hostname = localhost
58 58 app.database.password = ieducar
59   -app.database.port = 5432
  59 +app.database.port = 5433
60 60  
61 61 ; Define uma url para redirecionar todas as requisições;
62 62 ; app.routes.redirect_to = /intranet/manutencao.php
... ...