7 lines
220 B
Text
7 lines
220 B
Text
DATABASE_URL=postgres://user:password@host:port/dbname?sslmode=disable
|
|
PORT=8080
|
|
DB_MAX_OPEN_CONNS=25
|
|
DB_MAX_IDLE_CONNS=25
|
|
DB_CONN_MAX_IDLE=15m
|
|
MERCADOPAGO_BASE_URL=https://api.mercadopago.com
|
|
MARKETPLACE_COMMISSION=2.5
|