Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 520 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 520 Bytes

Open Wallet

A work in progress - Experiment in which we attempt to manage invoices, expenses, budgets and analysis in a transparent manner.

.env

MONGODB_URI Path to reach your database (e.g.mongodb+srv://<username>:<password>@cluster0-e7fdv.mongodb.net/test?retryWrites=true)

DB_NAME The database name (e.g. open-wallet or test)

APP_SECRET A secret used by JWT to sign tokens, e.g. A secret is a secret (this is not a good secret)

See example