Spaces:
Runtime error
Runtime error
Create bla.yaml
Browse files
bla.yaml
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
credentials:
|
2 |
+
usernames:
|
3 |
+
jsmith:
|
4 |
+
email: [email protected]
|
5 |
+
name: John Smith
|
6 |
+
password: $2b$12$ry8j7c.cyCtv5X92THQxmeMTTnafUOr.pTzdb4T1B7v2p1DdayooW #abc # To be replaced with hashed password
|
7 |
+
rbriggs:
|
8 |
+
email: [email protected]
|
9 |
+
name: Rebecca Briggs
|
10 |
+
password: 2b$12$A9k.KJXV2/pjXTf0ve7.eualBqrpUug9Dt2Hze1zORDFx6/UosKKW #def # To be replaced with hashed password
|
11 |
+
cookie:
|
12 |
+
expiry_days: 30
|
13 |
+
key: random_signature_key # Must be string
|
14 |
+
name: random_cookie_name
|
15 |
+
preauthorized:
|
16 |
+
emails:
|
17 |