Personal Effectivity Application V1
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.
 
 
 
 
 
 
Sam Hatfield a99a303e4a Getting rid of defaults 11 months ago
api Small changes 11 months ago
app Changes 11 months ago
.envrc forgot to commit for a while 1 year ago
.gitignore nix-direnv already caches, silly 1 year ago
Makefile Move stuff around 1 year ago
README.md Small changes 11 months ago
flake.lock Move stuff around 1 year ago
flake.nix Getting rid of defaults 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