Upload config.yaml
Browse files- config.yaml +10 -2
config.yaml
CHANGED
@@ -26,12 +26,20 @@ credentials:
|
|
26 |
password: '$2b$12$yru/vqM1aNEkG8yFt/3mvuULC8tllGEP0ht.nwuH14SBxvsire7g6' # To be replaced with hashed password, test
|
27 |
austins:
|
28 |
email: [email protected]
|
29 |
-
name:
|
30 |
password: '$2b$12$Sfjuq84o8OXUrAzy945gN.WZBH2vBNW22T7LeZnIS.CmqXrZuKja.' # To be replaced with hashed password, test
|
31 |
lhj:
|
32 |
email: [email protected]
|
33 |
-
name:
|
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
|
|
|
26 |
password: '$2b$12$yru/vqM1aNEkG8yFt/3mvuULC8tllGEP0ht.nwuH14SBxvsire7g6' # To be replaced with hashed password, test
|
27 |
austins:
|
28 |
email: [email protected]
|
29 |
+
name: austins
|
30 |
password: '$2b$12$Sfjuq84o8OXUrAzy945gN.WZBH2vBNW22T7LeZnIS.CmqXrZuKja.' # To be replaced with hashed password, test
|
31 |
lhj:
|
32 |
email: [email protected]
|
33 |
+
name: lhj
|
34 |
password: '$2b$12$YYt7FgQ.61SJ6U9m0JJUgesMXmYjz1oQG37PlrDA6kh3YIZmG6Aai' # To be replaced with hashed password, test
|
35 |
+
apples:
|
36 |
+
email: [email protected]
|
37 |
+
name: apples
|
38 |
+
password: '$2b$12$/6kuag4n0De3taSZiyBuPOr7APy3pz1O7Ms/ICZMy1kxwRpH9ucK.' # To be replaced with hashed password, test
|
39 |
+
carriec:
|
40 |
+
email: [email protected]
|
41 |
+
name: carriec
|
42 |
+
password: '$2b$12$A8gBPYSbDgFgAbr9QGANUeZx6J0jYq56yuesd6FeWDeyTQ0DLURRS' # To be replaced with hashed password, test
|
43 |
cookie:
|
44 |
expiry_days: 30
|
45 |
key: random_signature_key # Must be string
|