Skip to content

Commit

Permalink
ISSUE #?
Browse files Browse the repository at this point in the history
* Add redis database when minos discovery is chosen.
  • Loading branch information
Sergio García Prado committed Feb 3, 2022
1 parent 0538fc8 commit 8a5f103
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions project/discovery/minos/init/copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ discovery_deploy:
- self-hosted
- remote
default: self-hosted
discovery_database:
type: str
link:
redis: "{{ template_registry }}/project-database-redis-init.tar.gz"
help: What database system will you use for discovery?
choices:
- redis
default: redis

_envops:
block_start_string: "{%"
Expand Down

0 comments on commit 8a5f103

Please sign in to comment.