Also skip this duplication
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-01-11 14:05:03 +01:00
parent 3ed6071e3c
commit f321b24031
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 1 deletions

View File

@ -65,6 +65,5 @@ SMTP_HOST = "{{ env "SMTP_HOST" }}"
SMTP_PASSWORD = "{{ secret "smtp_password" }}"
SMTP_PORT = "{{ env "SMTP_PORT" }}"
SMTP_STARTTLS = {{ env "SMTP_STARTTLS" }}
SMTP_USERNAME = "{{ env "SMTP_USERNAME" }}"
CORS_ORIGINS = ["*"]