mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-05 20:43:57 +03:00
0a3f5d40f7
* feat: mongodb migration * doc: update * fix: limit for api usage
3 lines
No EOL
159 B
Text
3 lines
No EOL
159 B
Text
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 |