Enable server mode in pgAdmin configuration
This commit is contained in:
@@ -210,7 +210,7 @@ services:
|
||||
environment:
|
||||
PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL}
|
||||
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD}
|
||||
PGADMIN_CONFIG_SERVER_MODE: 'False'
|
||||
PGADMIN_CONFIG_SERVER_MODE: 'True'
|
||||
PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED: 'False'
|
||||
# Fix CSRF issues behind reverse proxy
|
||||
PGADMIN_CONFIG_WTF_CSRF_CHECK_DEFAULT: 'False'
|
||||
|
||||
Reference in New Issue
Block a user