mirror of
https://github.com/artegoser/AnoPaper.git
synced 2025-02-23 04:33:14 +03:00
Encryption (#26)
* feat: note encryption * fix: enc * doc: update changelog
This commit is contained in:
parent
0c4a9928fa
commit
31e2b7346f
3 changed files with 23 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
PORT=80 # port to listen on
|
||||
MONGO_URI="your mongo uri" # "mongodb+srv://xxxx:yyyy@domain/zzzz?retryWrites=true&w=majority"
|
||||
MONGO_DB="anopaper" # database name
|
||||
MONGO_DB="anopaper" # database name
|
||||
ENC_KEY="test" # encryption key
|
Loading…
Add table
Reference in a new issue