diff --git a/.env b/.env index 8261e1d..773ac0e 100644 --- a/.env +++ b/.env @@ -120,6 +120,7 @@ SECURITY_DB_DATASOURCE_URL="jdbc:postgresql://broadsea-atlasdb:5432/postgres" SECURITY_DB_DATASOURCE_DRIVERCLASSNAME="org.postgresql.Driver" SECURITY_DB_DATASOURCE_USERNAME="postgres" SECURITY_DB_DATASOURCE_PASSWORD_FILE="./secrets/webapi/SECURITY_DB_DATASOURCE_PASSWORD" +SECURITY_DB_DATASOURCE_AUTHENTICATIONQUERY="select password from webapi_security.security where lower(email) = lower(?)" # LDAP SECURITY_AUTH_LDAP_ENABLED="false" @@ -301,6 +302,7 @@ CONTENT_ARES_DISPLAY="show" CONTENT_ATLAS_DISPLAY="show" CONTENT_HADES_DISPLAY="show" CONTENT_OPENSHINYSERVER_DISPLAY="show" +CONTENT_PGADMIN4_DISPLAY="show" CONTENT_POSITCONNECT_DISPLAY="none" # requires commercial license, see Section 15 CONTENT_PERSEUS_DISPLAY="none" @@ -413,4 +415,15 @@ DQD_CONCEPT_CHECK_THRESHOLD_LOC="default" # Specific AresIndexer Config Items -ARES_RUN_NETWORK="FALSE" # should the full Ares network analysis be run? \ No newline at end of file +ARES_RUN_NETWORK="FALSE" # should the full Ares network analysis be run? + + +############################################################################################################################################################ +# Section 18: +# pgAdmin4 config +############################################################################################################################################################ + +# default admin user login userid and password + +PGADMIN_ADMIN_USER="user@domain.com" +PGADMIN_DEFAULT_PASSWORD_FILE="./secrets/pgadmin4/PGADMIN_DEFAULT_PASSWORD" \ No newline at end of file diff --git a/README.md b/README.md index 4e78002..a3ea8c6 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ We also offer profiles for Perseus and other useful services, but please note, * | perseus-white-rabbit | | | open-shiny-server | | | posit-connect |