1. 提供安装包
parent
7972ab0879
commit
70b5d5d25e
@ -1,30 +1,30 @@
|
||||
|
||||
# mysql相关配置内容
|
||||
MYSQL_PASSWORD=12345678
|
||||
MYSQL_PORT=5415
|
||||
MYSQL_PASSWORD=llm@984573~!eda
|
||||
MYSQL_PORT=42415
|
||||
|
||||
# minio相关配置内容
|
||||
MINIO_CONSOLE_PORT=9001
|
||||
MINIO_PORT=9000
|
||||
MINIO_CONSOLE_PORT=42416
|
||||
MINIO_PORT=42417
|
||||
MINIO_USER=admin
|
||||
MINIO_PASSWORD=12345678
|
||||
MINIO_PASSWORD=llm@984573~!eda
|
||||
|
||||
# neo4j相关配置内容
|
||||
NEO4J_PORT_HTTP=7474
|
||||
NEO4J_PORT_BOLT=7687
|
||||
NEO4J_PORT_HTTP=42418
|
||||
NEO4J_PORT_BOLT=42419
|
||||
NEO4J_USERNAME=neo4j
|
||||
NEO4J_PASSWORD=123456
|
||||
NEO4J_PASSWORD=llm@984573~!eda
|
||||
|
||||
# 伏羲后台服务相关配置内容
|
||||
WEB_HTTP_PORT=9380
|
||||
SPRING_PROFILES_ACTIVE=bridge
|
||||
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
|
||||
|
||||
|
||||
# nginx相关配置内容
|
||||
NGINX_HTTP_PORT=80
|
||||
NGINX_HTTP_PORT=9978
|
||||
FU_HSI_SERVERS=fu-hsi-web:8097
|
||||
|
||||
TIMEZONE='Asia/Shanghai'
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue