commento/.devcontainer/.env

8 lines
236 B
Bash

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