34 lines
614 B
Plaintext
34 lines
614 B
Plaintext
# 代理配置
|
|
PROXY_PORT=3005
|
|
PROXY_DOMAIN=localhost
|
|
PROXY_ALLOWED_ORIGINS=localhost,xiongxiao.me
|
|
|
|
# 后台代理
|
|
API_HOST=http://localhost:4005
|
|
API_PATH=/api/router
|
|
# API assistant 客户端地址
|
|
API_CLIENT_HOST=https://localhost:51015
|
|
|
|
# Minio 配置
|
|
MINIO_ENDPOINT=localhost
|
|
MINIO_PORT=9000
|
|
MINIO_BUCKET_NAME=resources
|
|
MINIO_USE_SSL=false
|
|
MINIO_ACCESS_KEY=username
|
|
MINIO_SECRET_KEY=****
|
|
|
|
|
|
# 本地postgres
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USER=root
|
|
POSTGRES_PASSWORD=needchange
|
|
POSTGRES_DB=postgres
|
|
|
|
## Redis
|
|
REDIS_HOST=localhost
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=needchange
|
|
|
|
|
|
DATA_WEBSITE_ID= |