mirror of
https://github.com/artegoser/AnoPaper.git
synced 2025-02-23 04:33:14 +03:00
Mongodb migration (#3)
* feat: mongodb migration * doc: update * fix: limit for api usage
This commit is contained in:
parent
51c9922367
commit
0a3f5d40f7
6 changed files with 316 additions and 38 deletions
|
@ -1,2 +1,3 @@
|
|||
PORT= 80 # port to listen on
|
||||
KEY= 'yoursecretkey' # key to encrypt notes on the server
|
||||
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
|
Loading…
Add table
Reference in a new issue