Upload config.yaml
Browse files- config.yaml +9 -1
config.yaml
CHANGED
@@ -11,7 +11,7 @@ credentials:
|
|
11 |
test:
|
12 |
email: [email protected]
|
13 |
name: test
|
14 |
-
password: '$2b$12$
|
15 |
temp:
|
16 |
email: [email protected]
|
17 |
name: temp
|
@@ -24,6 +24,14 @@ credentials:
|
|
24 |
email: [email protected]
|
25 |
name: chengrui
|
26 |
password: '$2b$12$yru/vqM1aNEkG8yFt/3mvuULC8tllGEP0ht.nwuH14SBxvsire7g6' # To be replaced with hashed password, test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
cookie:
|
28 |
expiry_days: 30
|
29 |
key: random_signature_key # Must be string
|
|
|
11 |
test:
|
12 |
email: [email protected]
|
13 |
name: test
|
14 |
+
password: '$2b$12$RfaFTOmCII1x7X.U6O9u6OFjTlqYSK88EZy5Yy80nV.uxaxILSmsC' # To be replaced with hashed password, test
|
15 |
temp:
|
16 |
email: [email protected]
|
17 |
name: temp
|
|
|
24 |
email: [email protected]
|
25 |
name: chengrui
|
26 |
password: '$2b$12$yru/vqM1aNEkG8yFt/3mvuULC8tllGEP0ht.nwuH14SBxvsire7g6' # To be replaced with hashed password, test
|
27 |
+
austins:
|
28 |
+
email: [email protected]
|
29 |
+
name: chengrui
|
30 |
+
password: '$2b$12$Sfjuq84o8OXUrAzy945gN.WZBH2vBNW22T7LeZnIS.CmqXrZuKja.' # To be replaced with hashed password, test
|
31 |
+
lhj:
|
32 |
+
email: [email protected]
|
33 |
+
name: chengrui
|
34 |
+
password: '$2b$12$YYt7FgQ.61SJ6U9m0JJUgesMXmYjz1oQG37PlrDA6kh3YIZmG6Aai' # To be replaced with hashed password, test
|
35 |
cookie:
|
36 |
expiry_days: 30
|
37 |
key: random_signature_key # Must be string
|