This commit is contained in:
fenwick67 2024-10-13 15:11:51 -04:00
parent 4ee470508a
commit 4fd23662d2
1 changed files with 4 additions and 11 deletions

View File

@ -52,16 +52,9 @@ This is a straightforward node project with zero databases or anything, you shou
### ENV VARS
then set em
you need to set:
`AP_PRIVATE_KEY_BASE64=asdfsd` Run utils/make-keys.js to make a key
`AP_PUBLIC_KEY_BASE64=safasdf` Run utils/make-keys.js to make a key
`DOMAIN_NAME=mastofeed.com` or whatever
`PORT=80` or whatever
## Improve me
Feel free to add a chaching layer, improve the styles and add more features.
* `AP_PRIVATE_KEY_BASE64=asdfsd` Run utils/make-keys.js to make a key
* `AP_PUBLIC_KEY_BASE64=safasdf` Run utils/make-keys.js to make a key
* `DOMAIN_NAME=mastofeed.com` or whatever
* `PORT=80` or whatever