Ngrok ENV configuration for policy service
Compare changes
Files
2+ 2
− 1
@@ -21,4 +21,5 @@ OAUTH_CLIENT_ID="workspace"
\ No newline at end of file
The variables are placed in the docker-compose.yml file on purpose, so that hopefully this will lower the chance of someone putting them in a production helm chart. These variables should only be used for local development. Typically the ENV vars for a service are found in the ./env directory.
FYI: @valentin.yordanov