Add *.env to .gitignore and create postgres.env.example file

This commit is contained in:
2024-03-05 20:56:37 +04:00
parent 9d89212dd9
commit 76ffbba810
4 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1,9 @@
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_DB=
POSTGRES_HOST=ohmyurl-postgresql
POSTGRES_PORT=5432
LISTEN_PORT_CREATE=8080
LISTEN_PORT_FORWARD=8081
FORWARD_DOMAIN=http://localhost/
CREATE_DOMAIN=http://127.0.0.1