Skip to content

Commit

Permalink
Updated manifest.yml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfrederick committed Oct 2, 2013
1 parent b1f215d commit b14c3e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nodejs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ applications:
- name: rabbitmq-node
memory: 256M
instances: 1
url: rabbitmq-node.${target-base}
host: rabbitmq-node-${random-word}
path: .
services:
rabbit-sample:
Expand Down
2 changes: 1 addition & 1 deletion rails/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ applications:
- name: rabbitmq-rails
memory: 256M
instances: 1
url: rabbitmq-rails.${target-base}
host: rabbitmq-rails-${random-word}
path: .
services:
rabbit-rails:
Expand Down
2 changes: 1 addition & 1 deletion sinatra/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ applications:
- name: rabbitmq-sinatra
memory: 256M
instances: 1
url: rabbitmq-sinatra.${target-base}
host: rabbitmq-sinatra-${random-word}
path: .
services:
rabbit-sinatra:
Expand Down
2 changes: 1 addition & 1 deletion spring/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ applications:
- name: rabbitmq-spring
memory: 512M
instances: 1
host: rabbitmq-spring-${target-base}
host: rabbitmq-spring-${random-word}
path: target/rabbitmq-spring-1.0-SNAPSHOT.war
services:
rabbit-sample:
Expand Down

0 comments on commit b14c3e5

Please sign in to comment.