artintel235 commited on
Commit
b5f5cd6
·
verified ·
1 Parent(s): a6c395e

Create config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +12 -0
config.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ credentials:
2
+ usernames:
3
+ user:
4
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