Skip to content

Commit

Permalink
fallback version if env is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
mwr committed Oct 16, 2023
1 parent 27ae443 commit f883834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
parameters:
version: '%env(ROOTER_VERSION)%'
version: '%env(default:versionDefault:ROOTER_VERSION)%'
versionDefault: '@@latest'

services:
_defaults:
Expand Down

0 comments on commit f883834

Please sign in to comment.