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.
|
1 month ago | |
---|---|---|
api | 1 month ago | |
app | 1 month ago | |
.envrc | 6 months ago | |
.gitignore | 6 months ago | |
Makefile | 3 months ago | |
README.md | 1 month ago | |
flake.lock | 3 months ago | |
flake.nix | 1 month 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