Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinschultz committed Jan 29, 2017
0 parents commit 1cb37c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.project
3 changes: 3 additions & 0 deletions application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Put all global configuration here
some.property=global
some.other.property=global
3 changes: 3 additions & 0 deletions config-client-app-prod.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Put application+profile-specific config here (app name: client-config-app) (profile name: prod)
some.property=profile specific value
some.other.property=profile specific value
2 changes: 2 additions & 0 deletions config-client-app.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Put application-specific config here (application name: client-config-app)
some.property=app specific overridden value

0 comments on commit 1cb37c9

Please sign in to comment.