Allow different HTTP basic auth settings per tenant

This commit is contained in:
Javi Martín
2022-09-29 23:07:28 +02:00
parent 18f1d5c1a3
commit a3be1e174b
2 changed files with 9 additions and 8 deletions

View File

@@ -57,8 +57,8 @@ staging:
# my_tenant_subdomain:
# secret_key: my_secret_value
#
# Currently you can overwrite SMTP, SMS, manager and microsoft API
# settings.
# Currently you can overwrite SMTP, SMS, manager, microsoft API and
# HTTP basic settings.
<<: *maps
<<: *apis
@@ -93,8 +93,8 @@ preproduction:
# my_tenant_subdomain:
# secret_key: my_secret_value
#
# Currently you can overwrite SMTP, SMS, manager and microsoft API
# settings.
# Currently you can overwrite SMTP, SMS, manager, microsoft API and
# HTTP basic settings.
twitter_key: ""
twitter_secret: ""
facebook_key: ""
@@ -134,8 +134,8 @@ production:
# my_tenant_subdomain:
# secret_key: my_secret_value
#
# Currently you can overwrite SMTP, SMS, manager and microsoft API
# settings.
# Currently you can overwrite SMTP, SMS, manager, microsoft API and
# HTTP basic settings.
twitter_key: ""
twitter_secret: ""
facebook_key: ""