Updated vars

This commit is contained in:
Oleg Lavrovsky 2019-09-11 09:02:11 +02:00
parent a039510d7f
commit eb743bca9c
1 changed files with 6 additions and 0 deletions

View File

@ -21,3 +21,9 @@ django_secret_key: "{{ vault_django_secret_key }}"
# Default: postgres://postgres:@postgres:5432/postgres
django_postgres_url: "{{ vault_django_postgres_url }}"
# Default: http://elasticsearch:9200
django_elasticsearch_url: "{{ vault_django_elasticsearch_url }}"
# Default: redis://redis:6379
django_redis_url: "{{ vault_django_redis_url }}"