Skip to content

Commit

Permalink
Fix ceagle configuration templating
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Stoiko committed Jan 4, 2017
1 parent eef17d2 commit d67cd98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions service/files/ceagle.yaml.j2
@@ -1,3 +1,5 @@
use_fake_api_data: False
services:
availability: http://{{ address(availability-api port=availability.port) }}
health: http://{{ address(health-api port=health.port) }}
availability: http://{{ address('availability-api', availability.port) }}
health: http://{{ address('health-api', health.port) }}
security: http://{{ address('security-api', security.port) }}

0 comments on commit d67cd98

Please sign in to comment.