mirror of
https://github.com/aykhans/oh-my-url.git
synced 2025-09-05 12:53:34 +00:00
🎉 first commit
This commit is contained in:
10
app/config/.env.example
Normal file
10
app/config/.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
DB=postgres
|
||||
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