We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421f5a0 commit f652b70Copy full SHA for f652b70
1 file changed
apps/backend/.example.env
@@ -1,13 +1,13 @@
1
APP_NAME=Jobboard
2
API_URL=http://127.0.0.1:3000/api/v1
3
-APP_JWT_KEY=
+APP_JWT_KEY=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
4
APP_JWT_EXPIRES_IN=7d
5
APP_PORT=3000
6
APP_ENABLE_BRUTEFORCE_PROTECTION=true
7
APP_ENABLE_2FA=false
8
APP_ENV=development
9
10
-MONGODB_URI=mongodb://mongodb:27017/jobboard
+MONGODB_URI=mongodb://root:example@localhost:27017/jobboard?authSource=admin
11
12
RESEND_KEY=
13
MAIL_FROM=Acme <onboarding@resend.dev>
0 commit comments