13 lines
222 B
Bash
13 lines
222 B
Bash
PORT=3300
|
|
POSTGRES_DB=desarrollo
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=1234
|
|
|
|
# WEBHOOKS
|
|
# se deberia de hacer por peticion
|
|
API_VERSION="1"
|
|
WEBHOOK_SECRET="1234"
|
|
CLIENT_IP="127.0.0.1"
|
|
CLIENT_PORT=3000
|