Skip to content

Commit

Permalink
corrigir constante db bilhetagem postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
pixuimpou committed Oct 16, 2023
1 parent ffb2051 commit 10911c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/rj_smtr/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ class constants(Enum): # pylint: disable=c0103
"host": "10.5.114.121",
},
"tarifa_db": {
"engine": "postgres",
"engine": "postgresql",
"host": "10.5.113.254",
},
"transacao_db": {
"engine": "postgres",
"engine": "postgresql",
"host": "10.5.114.65",
},
},
Expand Down

0 comments on commit 10911c6

Please sign in to comment.