temp: add content-type
This commit is contained in:
21
.env.example
21
.env.example
@@ -1,12 +1,13 @@
|
||||
# 代理配置
|
||||
PROXY_PORT=3005
|
||||
PROXY_DOMAIN=localhost
|
||||
PROXY_RESOURCES=http://localhost:9000/resources
|
||||
PROXY_ALLOWED_ORIGINS=localhost,xiongxiao.me,zxj.im
|
||||
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
|
||||
@@ -15,3 +16,19 @@ 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=
|
||||
Reference in New Issue
Block a user