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.
31 lines
596 B
Bash
31 lines
596 B
Bash
|
|
# mysql相关配置内容
|
|
MYSQL_PASSWORD=12345678
|
|
MYSQL_PORT=5415
|
|
|
|
# minio相关配置内容
|
|
MINIO_CONSOLE_PORT=9001
|
|
MINIO_PORT=9000
|
|
MINIO_USER=admin
|
|
MINIO_PASSWORD=12345678
|
|
|
|
# neo4j相关配置内容
|
|
NEO4J_PORT_HTTP=7474
|
|
NEO4J_PORT_BOLT=7687
|
|
NEO4J_USERNAME=neo4j
|
|
NEO4J_PASSWORD=123456
|
|
|
|
# 伏羲后台服务相关配置内容
|
|
WEB_HTTP_PORT=9380
|
|
SPRING_PROFILES_ACTIVE=bridge
|
|
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
|
|
FU_HSI_SERVERS=fu-hsi-web:8097
|
|
|
|
TIMEZONE='Asia/Shanghai'
|