Re: pgAdmin4 Container Deployment

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Paolo Saudin <paolosaudin(at)gmail(dot)com>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgAdmin4 Container Deployment
Date: 2019-08-23 08:03:42
Message-ID: CA+OCxow-TgPw2BSam2bocih7iKaoCmB7ZhSGsrw7bjyZaYDvqw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi

On Fri, Aug 23, 2019 at 8:32 AM Paolo Saudin <paolosaudin(at)gmail(dot)com> wrote:

> Hi,
> following the new feature "Allow a banner to be displayed on the login and
> other related pages showing custom text", how could I set the banner in a
> container deployment? Is there any
> environment variables to pass it along?
>

In 4.12 you'd need to map a config_local.py file with the appropriate
configuration settings in it, per
https://www.pgadmin.org/docs/pgadmin4/4.12/container_deployment.html#mapped-files-and-directories
.

In 4.13 (out in a little under 4 weeks) you can also set any config option
through the environment; see the section on "PG_CONFIG_" in
https://www.pgadmin.org/docs/pgadmin4/development/container_deployment.html#environment-variables,
and the examples below which show LOGIN_BANNER being set.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Paolo Saudin 2019-08-23 08:18:31 Re: pgAdmin4 Container Deployment
Previous Message Aditya Toshniwal 2019-08-23 07:38:03 Re: pgAdmin4 Container Deployment