awesome-compose/postgresql-pgadmin/.env
Leon Stoldt 1fd4ba878d Adding postgreSQL / pgAdmin example
Signed-off-by: Leon Stoldt <tech@leon-stoldt.de>
2021-08-07 14:39:17 +02:00

5 lines
112 B
Bash

POSTGRES_USER=yourUser
POSTGRES_PW=changeit
POSTGRES_DB=postgres
PGADMIN_MAIL=your@email.com
PGADMIN_PW=changeit