More fiddling with configs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c2a717444b
commit
63b487a77a
@ -1,14 +1,14 @@
|
||||
[DEFAULT]
|
||||
endpoint = https://{{ domain }}/api
|
||||
endpoint = http://localhost:8080/api
|
||||
output = psql
|
||||
sslverify = True
|
||||
sslverify = False
|
||||
timezone = Europe/London
|
||||
|
||||
[alerta-mailer]
|
||||
amqp_url = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}"
|
||||
debug = True
|
||||
email_type = text
|
||||
endpoint = https://{{ domain }}
|
||||
endpoint = http://localhost:8080
|
||||
key = {{ alerta_mailer_api_key }}
|
||||
mail_from = {{ mail_from }}
|
||||
mail_to = {{ mail_to }}
|
||||
|
@ -11,11 +11,7 @@ ALLOWED_ENVIRONMENTS = [
|
||||
BASE_URL = "/api"
|
||||
USE_PROXYFIX = True
|
||||
|
||||
# Note(decentral1se): on initial deployment, this must be set to False but on
|
||||
# subsequent deployments, we can then turn it to True once the Keycloak
|
||||
# integration has been configured and API keys have been setup
|
||||
AUTH_REQUIRED = False
|
||||
|
||||
AUTH_REQUIRED = True
|
||||
AUTH_PROVIDER = "keycloak"
|
||||
|
||||
ADMIN_USERS = [
|
||||
|
@ -1 +1 @@
|
||||
{ "endpoint": "https://{{ domain }}" }
|
||||
{ "endpoint": "http://localhost:8080" }
|
||||
|
Reference in New Issue
Block a user