Skip to content

Commit

Permalink
added sandbox files
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Aug 28, 2014
1 parent 50a69ee commit 6397cbd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*#
.#*
*~

.idea
*.iml
1 change: 1 addition & 0 deletions samplebackendservice-development.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bar: spam
1 change: 1 addition & 0 deletions samplebackendservice.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
foo: bar
1 change: 1 addition & 0 deletions samplefrontendservice.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
foo: bar2
3 changes: 3 additions & 0 deletions zuul.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
zuul.route.samplebackendservice=/hello
zuul.route.samplefrontendservice=/
zuul.route.hystrixdashboard=/hystrix-dashboard

0 comments on commit 6397cbd

Please sign in to comment.