|
||
---|---|---|
api | ||
app | ||
.envrc | ||
.gitignore | ||
Makefile | ||
README.md | ||
flake.lock | ||
flake.nix |
README.md
Personal Effectivity Application, aka PEA V1
This is an app I'm building in Python and React.js
Environment Variables
PEA API settings
PEA_API_ACCESS_TOKEN_EXPIRE_MINUTES
, how many minutes that access tokens last
PEA_API_ALGORITHM
, defaulted to "HS256"
PEA_API_CORS_ORIGINS
, list of origins allowed
PEA_API_DB_HOSTNAME
, hostname of database
PEA_API_DB_PASSWORD
, password of database
PEA_API_DB_USERNAME
, username of database
PEA_API_SECRET_KEY
, secret key for encoding access tokens