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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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 |
|
|
|
|