You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
api | 11 months ago | |
app | 11 months ago | |
.envrc | 1 year ago | |
.gitignore | 1 year ago | |
Makefile | 1 year ago | |
README.md | 11 months ago | |
flake.lock | 1 year ago | |
flake.nix | 11 months ago |
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