Skip to content
Snippets Groups Projects
Commit cdb310d0 authored by Valentin Yordanov's avatar Valentin Yordanov
Browse files

add environments variables for ip filtering

parent 9e27da49
Branches
No related tags found
No related merge requests found
...@@ -20,3 +20,5 @@ AUTH_REFRESH_INTERVAL="1h" ...@@ -20,3 +20,5 @@ AUTH_REFRESH_INTERVAL="1h"
OAUTH_CLIENT_ID="workspace" OAUTH_CLIENT_ID="workspace"
OAUTH_CLIENT_SECRET="79bdTGYCKLz9wYSY61vpQF5d4CyZBpsZ" OAUTH_CLIENT_SECRET="79bdTGYCKLz9wYSY61vpQF5d4CyZBpsZ"
OAUTH_TOKEN_URL="http://keycloak:8080/realms/workspace/protocol/openid-connect/token" OAUTH_TOKEN_URL="http://keycloak:8080/realms/workspace/protocol/openid-connect/token"
IP_FILTER_ENABLE="false"
IP_FILTER_ALLOWED_IPS="172.0.0.0/0,192.0.0.0/0"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment