Skip to content

Commit

Permalink
ISSUE #1
Browse files Browse the repository at this point in the history
* Fix minor bug (3).
  • Loading branch information
Sergio García Prado committed Dec 14, 2021
1 parent 7fb3cd0 commit da1c8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/init/copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ project_api_gateway:
link: true
help: What API Gateway do you want to use?
choices:
minos: &minos_api_gateway_url "{{ template_registry }}/project-discover-minos.tar.gz"
minos: &minos_api_gateway_url "{{ template_registry }}/project-api-gateway-minos.tar.gz"
default: *minos_api_gateway_url
project_discovery:
type: str
link: true
help: What Discovery do you want to use?
choices:
minos: &minos_discovery_url "{{ template_registry }}/project-discover-minos.tar.gz"
minos: &minos_discovery_url "{{ template_registry }}/project-discovery-minos.tar.gz"
default: *minos_discovery_url

_envops:
Expand Down

0 comments on commit da1c8dc

Please sign in to comment.