Skip to content

Commit

Permalink
Updated manifest.yml with REGISTRATION_SERVER_ENDPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
rkmann committed Jan 14, 2019
1 parent 8948f42 commit bfd799a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest-allocations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ applications:
memory: 1G
instances: 1
env:
REGISTRATION_SERVER_ENDPOINT: http://FILL_ME_IN
REGISTRATION_SERVER_ENDPOINT: https://allocations-pal-pal1101.cfapps.io
services:
- tracker-allocations-database
2 changes: 1 addition & 1 deletion manifest-backlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ applications:
memory: 1G
instances: 1
env:
REGISTRATION_SERVER_ENDPOINT: http://FILL_ME_IN
REGISTRATION_SERVER_ENDPOINT: https://backlog-pal1101.cfapps.io
services:
- tracker-backlog-database
2 changes: 1 addition & 1 deletion manifest-timesheets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ applications:
memory: 1G
instances: 1
env:
REGISTRATION_SERVER_ENDPOINT: http://FILL_ME_IN
REGISTRATION_SERVER_ENDPOINT: https://timesheets-pal1101.cfapps.io
services:
- tracker-timesheets-database

0 comments on commit bfd799a

Please sign in to comment.