trade-backend/.env.example

8 lines
163 B
Text
Raw Normal View History

2026-01-22 17:43:25 +07:00
PORT="3001"
PGUSER="postgres"
PGPASSWORD="root"
PGHOST="127.0.0.1"
PGDATABASE="trade"
PGPORT="5432"
JWT_SECRET="your JWT secret here"
OWNER_ALIAS="your alias here"