mirror of
https://github.com/aykhans/oh-my-url.git
synced 2025-09-05 04:43:35 +00:00
⚡ Add *.env to .gitignore and create postgres.env.example file
This commit is contained in:
9
app/config/postgres.env.example
Normal file
9
app/config/postgres.env.example
Normal 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
|
Reference in New Issue
Block a user