allow both duckdns.org and .fr domains
All checks were successful
Docker Build / build-and-push-image (push) Successful in 4m25s
All checks were successful
Docker Build / build-and-push-image (push) Successful in 4m25s
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
||||
name: {{ include "webapp.name" . }}-config
|
||||
namespace: {{ .Release.Namespace }}
|
||||
data:
|
||||
OAUTH_ALLOWED_HOST: webapp.arcodange.duckdns.org
|
||||
OAUTH_DEVICE_CODE_ALLOWED_IPS: 86.238.234.54,
|
||||
OAUTH_ALLOWED_HOSTS: webapp.arcodange.duckdns.org,webapp.arcodange.fr
|
||||
# OAUTH_DEVICE_CODE_ALLOWED_IPS: 86.238.234.54,
|
||||
DATABASE_URL: postgres://pgbouncer_auth:pgbouncer_auth@pgbouncer.tools/postgres?sslmode=disable
|
||||
# DATABASE_URL: postgres://username:password@localhost/dbname?sslmode=disable
|
||||
Reference in New Issue
Block a user