Skip to content
Snippets Groups Projects

Ngrok ENV configuration for policy service

Merged Lyuben Penkovski requested to merge ngrok-policy-configvars into main
2 files
+ 18
13
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -21,4 +21,5 @@ OAUTH_CLIENT_ID="workspace"
OAUTH_CLIENT_SECRET="79bdTGYCKLz9wYSY61vpQF5d4CyZBpsZ"
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
IP_FILTER_ALLOWED_IPS="172.0.0.0/0,192.0.0.0/0"
NATS_ADDR="nats:4222"
Loading