mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-05 12:33:58 +03:00
4 lines
No EOL
191 B
Text
4 lines
No EOL
191 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
|
|
ENC_KEY="test" # encryption key |