Browse Source

Update tye.yaml (#833)

This was made before we started using connectionString.
pull/840/head
Glenn Condron 6 years ago
committed by GitHub
parent
commit
58f79c546c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      samples/mongo-sample/tye.yaml

3
samples/mongo-sample/tye.yaml

@ -9,6 +9,7 @@ services:
value: example
bindings:
- port: 27017
connectionString: "mongodb://${host}:${port}"
- name: mongo-express
image: mongo-express
bindings:
@ -19,4 +20,4 @@ services:
- name: ME_CONFIG_MONGODB_ADMINUSERNAME
value: root
- name: ME_CONFIG_MONGODB_ADMINPASSWORD
value: example
value: example

Loading…
Cancel
Save