koperasi/services/wallet/.env.example

13 lines
192 B
Plaintext
Raw Permalink Normal View History

2025-08-08 07:12:40 +00:00
# PORT
PORT=3001
# AUTH API KEY
API_KEY=
# DB
DATABASE_URL=postgres://<username>:<password>@0.0.0.0:5432/<databasename>
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=
DB_NAME=