commento/.devcontainer/.env

8 lines
236 B
Bash
Raw Permalink Normal View History

2022-10-09 00:09:15 +08:00
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
POSTGRES_HOSTNAME=localhost
COMMENTO_ORIGIN=http://localhost:8080
COMMENTO_PORT=8080
COMMENTO_POSTGRES=postgres://postgres:postgres@db:5432/postgres?sslmode=disable