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.
34 lines
693 B
Bash
34 lines
693 B
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
|
|
|
|
OCR_PORT_HTTP=8866
|
|
|
|
# nginx相关配置内容
|
|
NGINX_HTTP_PORT=9978
|
|
FU_HSI_SERVERS=fu-hsi-web:8097
|
|
|
|
TIMEZONE='Asia/Shanghai'
|