Upload config.yaml
Browse files- config.yaml +2 -2
config.yaml
CHANGED
@@ -19,11 +19,11 @@ credentials:
|
|
19 |
guojing:
|
20 |
email: [email protected]
|
21 |
name: guojing
|
22 |
-
password: '$2b$12$
|
23 |
chengrui:
|
24 |
email: [email protected]
|
25 |
name: chengrui
|
26 |
-
password: '$2b$12$
|
27 |
cookie:
|
28 |
expiry_days: 30
|
29 |
key: random_signature_key # Must be string
|
|
|
19 |
guojing:
|
20 |
email: [email protected]
|
21 |
name: guojing
|
22 |
+
password: '$2b$12$1SkKAQfv2OP9SBGql15NkODFfTmpZIccWC506iCc9JgkrEPOBkSBu' # To be replaced with hashed password, test
|
23 |
chengrui:
|
24 |
email: [email protected]
|
25 |
name: chengrui
|
26 |
+
password: '$2b$12$XuNoM1aMeACZmzyHAZfFvueEMirqqD49kQcPgAlWJgbFGiKg/oDNG' # To be replaced with hashed password, test
|
27 |
cookie:
|
28 |
expiry_days: 30
|
29 |
key: random_signature_key # Must be string
|