Spaces:
Sleeping
Sleeping
Create config.yaml
Browse files- config.yaml +12 -0
config.yaml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
credentials:
|
2 |
+
usernames:
|
3 |
+
user:
|
4 |
+
email: [email protected]
|
5 |
+
name: your_name
|
6 |
+
password: your_password # Make sure to create a password, it can be anything
|
7 |
+
cookie:
|
8 |
+
name: streamlit_auth_cookie
|
9 |
+
key: abcdefghij # A random string
|
10 |
+
expiry_days: 30
|
11 |
+
preauthorized:
|
12 |