Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Use env variables for configuration:
Browse files Browse the repository at this point in the history
  • Loading branch information
esensar committed Apr 16, 2017
1 parent 74863b5 commit 7d760f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eureka-service.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
server.port=8761
server.port=${PORT:8761}

eureka.client.register-with-eureka=false
eureka.client.fetch-registry=false
Expand Down
2 changes: 1 addition & 1 deletion events.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spring.application.name=events
server.port=9020
server.port=0
spring.datasource.url = ${defaultDbBaseUrl}/events
2 changes: 1 addition & 1 deletion teams.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spring.application.name=teams
server.port=9010
server.port=0
spring.datasource.url = ${defaultDbBaseUrl}/teams
2 changes: 1 addition & 1 deletion users.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spring.application.name=users
server.port=8090
server.port=0
spring.datasource.url = ${defaultDbBaseUrl}/users
user.password={cipher}AgByMT6uS1iv66pCSztt9NITRz6Y1K74erJgPnRLOjrQsSzkt0U74PvKYh+oeLhq2OGR4nLJ74NP0/c94DGG06UEpWbuU03Rl20fn208nzS6kEebbNfbwQ2t2MFu51ySvlt94xgeZo6kWSoIPsy6OuAoOzcEuFT6retLzQR7s+Ld8CIXxNoDQE5nGKv+YTGBAZn69RSfVo41GGejBWfr2PsRt9sTUpTMsk0zlIdHpU73cP7gh4ySlaOieF3cHipDsATU5Wg1HdBtr33Y0bfg7aoxxFdeqITpV8/e1uIkk63vZ0RdDXA+LGiEfUVeW7DSEgvQhN5GXj5ZAPfpmow7Mhr+VPhUWv8DSVfAUaKJvqQIxkHhGmLeqKZSnNaR2qlDbdV/ITIbBtF/wnzaOxn6Hg4VIliog/nJb8WX+Fysv+PmfC4cpxZb22AlW6DN+NMOB8Pryu+zwlKlbXEj44yjvGlElOqUA6GKnsBoCEgKNQ8SVJLIgoBVGHxMfZ7mrPj/TxvUpuuy4ZYjkgZYims/q3FPGHAMzykL1GEgrnodzp+0hiSf0S2s4yn70iEBnw5APEeLMnkvnKBL067xxfbqetDdVfIHD37GtVj0BimtzI3iK6uzDPBcmXgeaWwLhERCwwaVh2nlInv86zPRl5hJjbAG4Ia7MCKOGdnMX8oJSbRtRZjPBtzOsXvlyhw6YmqphRXNODxstUQLS5zFgn/MpLwX

0 comments on commit 7d760f0

Please sign in to comment.