added environment variable DEBUG_LOGIN to display debug credentials provider even in production mode

This commit is contained in:
Yannic Kilcher
2022-12-28 17:33:33 +01:00
parent f208f65faf
commit cbcbe8d708
5 changed files with 17 additions and 3 deletions
+1
View File
@@ -92,6 +92,7 @@ services:
- EMAIL_SERVER_PORT=1025
- EMAIL_FROM=info@example.com
- NEXTAUTH_URL=http://localhost:3000
- DEBUG_LOGIN=true
depends_on:
webdb:
condition: service_healthy