Upload 2 files
Browse files- candy_sunny/database_name.csv +6 -0
- config.yaml +5 -1
candy_sunny/database_name.csv
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name,date
|
2 |
+
joeshi,2023年9月
|
3 |
+
joeshi,2023年9月
|
4 |
+
Web App开发需求说明 20230512.pdf,2023-09-24 20:59
|
5 |
+
Sparks_of_AGI.pdf,2023-09-24 21:07
|
6 |
+
AI与ChatGPT讲座大纲 20230615.pdf,2023-09-24 21:11
|
config.yaml
CHANGED
@@ -55,7 +55,11 @@ credentials:
|
|
55 |
ljg:
|
56 |
email: [email protected]
|
57 |
name: ljg
|
58 |
-
password: '$2b$12$A4fsFxasWIE14obvNihaUOdYCQPVtIHWsyh7s24y9PoMuCbC1kVwS' # To be replaced with hashed password, test
|
|
|
|
|
|
|
|
|
59 |
cookie:
|
60 |
expiry_days: 30
|
61 |
key: random_signature_key # Must be string
|
|
|
55 |
ljg:
|
56 |
email: [email protected]
|
57 |
name: ljg
|
58 |
+
password: '$2b$12$A4fsFxasWIE14obvNihaUOdYCQPVtIHWsyh7s24y9PoMuCbC1kVwS' # To be replaced with hashed password, test
|
59 |
+
candy_sunny:
|
60 |
+
email: [email protected]
|
61 |
+
name: candy_sunny
|
62 |
+
password: '$2b$12$Ccetj2CLE7gCQ9YHv4vsButtmeOAMxjYaS6BdxrEYEjXlY4xJTFXm' # To be replaced with hashed password, test
|
63 |
cookie:
|
64 |
expiry_days: 30
|
65 |
key: random_signature_key # Must be string
|