Spaces:
Sleeping
Sleeping
Create secrets.toml
Browse files- .streamlit/secrets.toml +23 -0
.streamlit/secrets.toml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cookie:
|
| 2 |
+
expiry_days: 30
|
| 3 |
+
key: # To be filled with any string
|
| 4 |
+
name: # To be filled with any string
|
| 5 |
+
credentials:
|
| 6 |
+
usernames:
|
| 7 |
+
junaid:
|
| 8 |
+
email:[email protected]
|
| 9 |
+
failed_login_attempts: 0 #Will be managed automatically
|
| 10 |
+
first_name: Junaid
|
| 11 |
+
last_name: Bashir
|
| 12 |
+
logged_in: False #Will be managed automatically
|
| 13 |
+
password: junaid #Will be hashed automatically
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
danish:
|
| 17 |
+
email:[email protected]
|
| 18 |
+
failed_login_attempts: 0 #Will be managed automatically
|
| 19 |
+
first_name: Dansih
|
| 20 |
+
last_name: Bashir
|
| 21 |
+
logged_in: False #Will be managed automatically
|
| 22 |
+
password: danish #Will be hashed automatically
|
| 23 |
+
|