chore: secure production runtime secrets
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
TZ=Asia/Shanghai
|
||||
|
||||
DQD_DB_HOST=127.0.0.1
|
||||
DQD_DB_PORT=3300
|
||||
DQD_DB_NAME=sbnews
|
||||
DQD_DB_USER=sbnews
|
||||
DQD_DB_PASSWORD=change_me
|
||||
DQD_DB_PREFIX=la_
|
||||
DQD_DB_CHARSET=utf8mb4
|
||||
DQD_DB_POOL_SIZE=5
|
||||
|
||||
DQD_REDIS_HOST=127.0.0.1
|
||||
DQD_REDIS_PORT=6377
|
||||
DQD_REDIS_PASSWORD=change_me
|
||||
DQD_REDIS_DB=2
|
||||
|
||||
DQD_LOG_LEVEL=INFO
|
||||
DQD_LOG_FILE=/app/logs/crawler.log
|
||||
|
||||
EMBEDDING_API_KEY=change_me
|
||||
EMBEDDING_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode
|
||||
EMBEDDING_MODEL=text-embedding-v4
|
||||
EMBEDDING_DIM=1024
|
||||
EMBEDDING_BATCH_SIZE=10
|
||||
Reference in New Issue
Block a user