Skip to content

Commit

Permalink
Arquivo de configuração
Browse files Browse the repository at this point in the history
  • Loading branch information
epiresdasilva committed Dec 4, 2020
1 parent 240f6a4 commit 6ef2b23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rds_config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import os


db_host = os.environ['RDS_ENDPOINT']
db_username = 'autorizador'
db_password = 'autorizador'
db_name = 'autorizador'

0 comments on commit 6ef2b23

Please sign in to comment.