16 lines
642 B
Bash
16 lines
642 B
Bash
KEYCLOAK_CLIENT_ID="tjwater"
|
|
KEYCLOAK_CLIENT_SECRET="replace-with-keycloak-client-secret"
|
|
KEYCLOAK_ISSUER="https://keycloak.example.com/realms/tjwater"
|
|
KEYCLOAK_POST_LOGOUT_REDIRECT_URI="https://frontend.example.com/login"
|
|
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"
|