Raul Garcia commited on
Commit
67baea2
1 Parent(s): caf951b
Files changed (2) hide show
  1. .gitignore +1 -1
  2. .streamlit/secrets.toml +6 -0
.gitignore CHANGED
@@ -1,4 +1,4 @@
1
- .streamlit/secrets.toml
2
  __pycache__/
3
  .env
4
  *.xlsx
 
1
+ #.streamlit/secrets.toml XD
2
  __pycache__/
3
  .env
4
  *.xlsx
.streamlit/secrets.toml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [postgres]
2
+ host = "blau-production.cvcvpaamxkwo.us-east-2.rds.amazonaws.com"
3
+ port = 5432
4
+ dbname = "rme_prod"
5
+ user = "3P_dashboards"
6
+ password = "WoUYGWzI6J8IgqHCNDjLiifHwQvSdRj"