Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 305 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 305 Bytes

Environment Variables

In order to run this app, you must first set the following environment variables. Change the values accordingly.

ROCKET_DATABASES={finance_db={url="postgres://finance:finance@localhost/financedb",pool_size=20}}

JWT_VALIDITY_DAYS=30

JWT_SECRET=

BF_ROUNDS=10