David_A commited on
Commit
393e2f8
·
1 Parent(s): 481bbc6

decommit .env

Browse files
Files changed (3) hide show
  1. .gitignore +0 -1
  2. components/.env +4 -0
  3. app.py → components/app.py +0 -0
.gitignore CHANGED
@@ -1 +0,0 @@
1
- .env
 
 
components/.env ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ COGNITO_DOMAIN = "https://applicationidentification.auth.eu-west-3.amazoncognito.com"
2
+ CLIENT_ID = "43lhj9qr7p3rvdjikth6bc5ncg"
3
+ CLIENT_SECRET = "1235u93n876es4po7sps5hlv4sa8oh1lmohln3to41jtcf83dogt"
4
+ APP_URI = "http://localhost:8501/"
app.py → components/app.py RENAMED
File without changes