Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
justinzyw authored Sep 22, 2017
1 parent cf07507 commit d3990e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ FROM capitalone/hygieia-api:latest

ENV jasypt.encryptor.password hygieiasecret

ENV SPRING_DATA_MONGODB_DATABASE hygieia
ENV SPRING_DATA_MONGODB_DATABASE dashboard

ENV SPRING_DATA_MONGODB_HOST devops-hygieiadb

ENV SPRING_DATA_MONGODB_PORT 27017

ENV SPRING_DATA_MONGODB_USERNAME admin
ENV SPRING_DATA_MONGODB_USERNAME db

ENV SPRING_DATA_MONGODB_PASSWORD zaq12wsx
ENV SPRING_DATA_MONGODB_PASSWORD dashboard

0 comments on commit d3990e1

Please sign in to comment.