mirror of
https://github.com/Kizuren/uLinkShortener.git
synced 2025-12-21 13:06:19 +01:00
4 lines
No EOL
161 B
Text
4 lines
No EOL
161 B
Text
MONGO_URI=mongodb://<username>:<password>@<host>:<port>/<database>
|
|
MONGO_DB_NAME=<database>
|
|
NEXTAUTH_SECRET=VERY_SECURE_SECRET
|
|
NEXTAUTH_URL=http://localhost:3000 |