uLinkShortener/.env.example
2025-07-11 00:59:08 +02:00

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