SHOW_GRAVATAR_IMAGE ignored

Поиск
Список
Период
Сортировка
От mail@mcnesium.com
Тема SHOW_GRAVATAR_IMAGE ignored
Дата
Msg-id 11f5ad3575502c0093d087766f868b7a@mcnesium.com
обсуждение исходный текст
Ответы Re: SHOW_GRAVATAR_IMAGE ignored  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-support
After upgrading form 3.1 to 3.5 the environment variable 
SHOW_GRAVATAR_IMAGE is not being processed anymore, or rather: it still 
loads data from an unsolicited third party and tells them the mail 
address of the pgadmin user.

docker-compose.yml:

…
    environment:
        - SHOW_GRAVATAR_IMAGE=False
…

docker exec -ti pgadmin sh

/pgadmin4 # echo $SHOW_GRAVATAR_IMAGE
False
/pgadmin4 # grep -i gravatar ./config.py
# Allow users to display Gravatar image for their username in Server 
mode
SHOW_GRAVATAR_IMAGE = True

What can I do about that?


Вложения

В списке pgadmin-support по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: Re: pgAdmin4 loses the file format
Следующее
От: Neel Patel
Дата:
Сообщение: Re: PgAgent daemon terminated itself when it was running atime-consuming job.