Skip to content

Commit

Permalink
ISSUE #1
Browse files Browse the repository at this point in the history
* Minor improvements on microservice python skeleton.
  • Loading branch information
Sergio García Prado committed Dec 13, 2021
1 parent fd933e6 commit 97d6ef1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions microservice/language/python/skeleton/copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ aggregate:
help: What is the name of the microservices's Aggregate?
database:
type: str
default: postgresql
default: postgres
choices:
- postgresql
- postgres
help: What is the database? [ TODO ]
database_host:
type: str
Expand All @@ -32,16 +32,16 @@ database_password:
default: min0s
secret: true
help: What is the database's password?
broker_host:
type: str
default: localhost
help: What is the broker's host?
broker:
type: str
default: kafka
choices:
- kafka
help: What is the broker? [ TODO ]
broker_host:
type: str
default: localhost
help: What is the broker's host?
broker_port:
type: str
default: "9092"
Expand Down

0 comments on commit 97d6ef1

Please sign in to comment.