Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Changes in response to feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan Habib committed Jun 27, 2018
1 parent 0769447 commit 76de57e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions deploy/development.rc.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# Note: stand-up-dev-env.sh will try to use it if it's present.


# Enable Debug logging for Jetstream
#export LOG_LEVEL=debug

###################
# Corporate Proxy #
###################
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/console/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ spec:
{{- if .Values.socksProxy }}
value: {{.Values.socksProxy}}
{{- end }}
- name: LOG_LEVEL
{{- if .Values.console.backendLogLevel }}
- name: LOG_LEVEL
value: {{.Values.console.backendLogLevel}}
{{- end }}
{{- if or .Values.env.UAA_HOST .Values.env.DOMAIN }}
Expand Down
3 changes: 1 addition & 2 deletions deploy/proxy.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ ALLOWED_ORIGINS=http://nginx
SESSION_STORE_SECRET=wheeee!
CONSOLE_PROXY_CERT_KEY=use local dev-cert/pproxy.key in portal-proxy repo
CONSOLE_PROXY_CERT=use local dev-cert/pproxy.crt in portal-proxy repo
ENCRYPTION_KEY=B374A26A71490437AA024E4FADD5B497FDFF1A8EA6FF12F6FB65AF2720B59CCF
LOG_LEVEL=debug
ENCRYPTION_KEY=B374A26A71490437AA024E4FADD5B497FDFF1A8EA6FF12F6FB65AF2720B59CCF

0 comments on commit 76de57e

Please sign in to comment.