Personal Effectivity Application V1
 
 
 
 
 
 
Go to file
Sam Hatfield a99a303e4a Getting rid of defaults 2022-07-06 19:43:38 -05:00
api Small changes 2022-07-05 23:12:19 -05:00
app Changes 2022-07-05 23:19:35 -05:00
.envrc forgot to commit for a while 2022-02-15 21:59:01 -06:00
.gitignore nix-direnv already caches, silly 2022-02-14 16:12:59 -06:00
Makefile Move stuff around 2022-05-20 21:16:21 -05:00
README.md Small changes 2022-07-05 23:12:19 -05:00
flake.lock Move stuff around 2022-05-20 21:16:21 -05:00
flake.nix Getting rid of defaults 2022-07-06 19:43:38 -05:00

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