You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.2 KiB
Bash
46 lines
1.2 KiB
Bash
|
|
# mysql相关配置内容
|
|
MYSQL_PASSWORD=llm@984573~!eda
|
|
MYSQL_PORT=42415
|
|
|
|
# minio相关配置内容
|
|
MINIO_CONSOLE_PORT=42416
|
|
MINIO_PORT=42417
|
|
MINIO_USER=admin
|
|
MINIO_PASSWORD=llm@984573~!eda
|
|
|
|
# neo4j相关配置内容
|
|
NEO4J_PORT_HTTP=42418
|
|
NEO4J_PORT_BOLT=42419
|
|
NEO4J_USERNAME=neo4j
|
|
NEO4J_PASSWORD=llm@984573~!eda
|
|
|
|
# 伏羲后台服务相关配置内容
|
|
WEB_HTTP_PORT=9380
|
|
SPRING_PROFILES_ACTIVE=prod
|
|
OLLAMA_URL=http://192.168.10.70:11434
|
|
OLLAMA_MODEL=llama3-chinese:8b
|
|
LANGCHAIN_CHAT_URL=http://113.128.242.110:7861
|
|
THREAD_POOL_TRIPLE_CORE=1
|
|
THREAD_POOL_TYPE_CORE=1
|
|
XXl_JOB_PASSWORD=sT7SSTiX8s
|
|
|
|
# dify相关配置内容,空格前面需要加转移符
|
|
DIFY_SERVER_URL=http://192.168.10.137/v1
|
|
DIFY_DATASET_AUTH="Bearer\ dataset-g3RctoaHdvXAAQjUVNMuUWCY"
|
|
DIFY_APP_AUTH="Bearer\ app-YrNuU7Puxr3ko8ftUdWtDKhz"
|
|
|
|
# ocr相关配置内容
|
|
OCR_PORT_HTTP=8866
|
|
OCR_MINIO_ENDPOINT_URL=http://fu-hsi-minio:9000
|
|
|
|
# nginx相关配置内容
|
|
NGINX_HTTP_PORT=9978
|
|
FU_HSI_SERVERS=fu-hsi-web:8097
|
|
|
|
# xxl-job配置
|
|
XXL_JOB_PORT_HTTP=8080
|
|
SPRING_DATASOURCE_URL=jdbc:mysql://fu-hsi-mysql:3306/xxl-job?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
|
|
|
|
TIMEZONE='Asia/Shanghai'
|