调整环境变量配置,便于docker打包
This commit is contained in:
15
.env
Normal file
15
.env
Normal file
@@ -0,0 +1,15 @@
|
||||
KEYCLOAK_CLIENT_ID=
|
||||
KEYCLOAK_CLIENT_SECRET=
|
||||
KEYCLOAK_ISSUER=
|
||||
NEXTAUTH_SECRET=
|
||||
NEXTAUTH_URL=
|
||||
|
||||
# 为前端暴露的变量添加 NEXT_PUBLIC_ 前缀
|
||||
NEXT_PUBLIC_BACKEND_URL=
|
||||
NEXT_PUBLIC_MAP_URL=
|
||||
NEXT_PUBLIC_MAP_WORKSPACE=
|
||||
NEXT_PUBLIC_MAP_EXTENT=
|
||||
# NEXT_PUBLIC_MAP_AVAILABLE_LAYERS="junctions, pipes, reservoirs, scada"
|
||||
NEXT_PUBLIC_NETWORK_NAME=
|
||||
NEXT_PUBLIC_MAPBOX_TOKEN=
|
||||
NEXT_PUBLIC_TIANDITU_TOKEN=
|
||||
Reference in New Issue
Block a user