13 lines
188 B
Bash
13 lines
188 B
Bash
##
|
|
# Copy and rename this file to ".env"
|
|
##
|
|
|
|
# PostgreSQL
|
|
POSTGRES_USER=mym
|
|
POSTGRES_PASSWORD=mym
|
|
POSTGRES_DATABASE=my_info_mate
|
|
|
|
# pgAdmin
|
|
PGADMIN_EMAIL=local@mym.be
|
|
PGADMIN_PASSWORD=mym
|