Remove missing vars
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-08 20:45:33 +02:00
parent 675b60dd54
commit 88619b6d74
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 2 deletions

View File

@ -49,7 +49,5 @@
config:
ADMIN_KEY: "{{ alerta_admin_key }}"
ADMIN_PASSWORD: "{{ alerta_admin_passwd }}"
AUTH_PROVIDER: "{{ auth_provider }}"
AUTH_REQUIRED: "{{ auth_required }}"
DATABASE_NAME: "{{ db_name }}"
DATABASE_URL: "postgresql://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/{{ db_name }}"