Fix env variable interpolation

This commit is contained in:
Alessandro Lai
2018-01-21 14:21:42 +01:00
committed by GitHub
parent 7595f076fd
commit 66437a508e
@@ -3,7 +3,7 @@ mongo_db_bundle:
clients:
default:
hosts:
- { host: '%env(MONGODB_HOST)%', port: '%env(MONGODB_PORT)%' }
- { host: '%env(MONGODB_HOST)%', port: '%env(int:MONGODB_PORT)%' }
username: '%env(MONGODB_USER)%'
password: '%env(MONGODB_PASSWORD)%'
replicaSet: '' # default null (no replica)