Shorten those names

This commit is contained in:
Luke Murphy 2021-01-08 13:44:58 +01:00
parent 5caa04b472
commit 7d8efb7352
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[DEFAULT]
debug = {{ env "DEBUG" }}
endpoint = http://localhost:8080/api
key = {{ secret "alerta_cli_api_key" }}
key = {{ secret "cli_api_key" }}
output = json
sslverify = False
timezone = Europe/London
@ -14,7 +14,7 @@ dashboard_url = https://{{ env "DOMAIN" }}
debug = {{ env "DEBUG" }}
email_type = text
endpoint = http://localhost:8080/api
key = {{ secret "alerta_mailer_api_key" }}
key = {{ secret "mailer_api_key" }}
mail_from = {{ env "MAIL_FROM" }}
mail_template = /app/email.tmpl
mail_to = {{ env "MAIL_TO" }}

View File

@ -2,7 +2,7 @@ SITE_LOGO_URL = "https://www.coops.tech/images/coops/autonomic"
DEBUG = {{ env "DEBUG" }}
SECRET = "{{ secret "alerta_secret_key" }}"
SECRET = "{{ secret "secret_key" }}"
DASHBOARD_URL = "https://{{ env "DOMAIN" }}"
BASE_URL = "/api"