9 lines
244 B
Text
9 lines
244 B
Text
NODE_ENV=development
|
|
PORT=3000
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/billing_finance_core
|
|
JWT_SECRET=change-me
|
|
JWT_PUBLIC_KEY=
|
|
JWT_ISSUER=identity-gateway
|
|
PAYMENT_WEBHOOK_SECRET=change-me
|
|
STRIPE_API_KEY=
|
|
APP_LOG_LEVEL=info
|