15 lines
571 B
Bash
15 lines
571 B
Bash
KEYCLOAK_CLIENT_ID="tjwater"
|
|
KEYCLOAK_CLIENT_SECRET="replace-with-keycloak-client-secret"
|
|
KEYCLOAK_ISSUER="https://keycloak.example.com/realms/tjwater"
|
|
NEXTAUTH_SECRET="replace-with-nextauth-secret"
|
|
NEXTAUTH_URL="https://frontend.example.com/"
|
|
|
|
BACKEND_URL="https://server.example.com"
|
|
AGENT_URL="https://agent.example.com"
|
|
MAP_URL="https://geoserver.example.com/geoserver"
|
|
MAP_WORKSPACE="tjwater"
|
|
MAP_EXTENT="13490131,3630016,13525879,3666968.25"
|
|
NETWORK_NAME="tjwater"
|
|
MAPBOX_TOKEN="replace-with-public-mapbox-token"
|
|
TIANDITU_TOKEN="replace-with-public-tianditu-token"
|