Skip to content

Commit

Permalink
Remove extra colon
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwillis authored Aug 23, 2018
1 parent 1879cbb commit 9e51121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ server:
routePrefix: "{{ envVars.routePrefix }}"
plugins:
hapi-config-route:
_enabled: '{{ (envVars.configKey) ? : true : false }}'
_enabled: '{{ (envVars.configKey) ? true : false }}'
key: '{{envVars.configKey}}'
endpoint: '{{envVars.routePrefix}}/_config'
auth: false
Expand Down

0 comments on commit 9e51121

Please sign in to comment.