fix: env variables in correct order

This commit is contained in:
Matilda Landström
2024-05-23 14:14:28 +02:00
parent c35176dda8
commit ebd93db3d0

View File

@@ -19,7 +19,6 @@ NEXTAUTH_REDIRECT_PROXY_URL="http://localhost:3000/api/web/auth"
NEXTAUTH_SECRET=""
# NEXTAUTH_URL="DO NOT SET THIS HERE, it is managed in next.config.js"
REVALIDATE_SECRET=""
WEBVIEW_ENCRYPTION_KEY="MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI="
SEAMLESS_LOGIN_DA="http://www.example.dk/updatelogin"
SEAMLESS_LOGIN_DE="http://www.example.de/updatelogin"
SEAMLESS_LOGIN_EN="http://www.example.com/updatelogin"
@@ -32,3 +31,4 @@ SEAMLESS_LOGOUT_EN="http://www.example.com/updatelogout?newweb"
SEAMLESS_LOGOUT_FI="http://www.example.fi/updatelogout?newweb"
SEAMLESS_LOGOUT_NO="http://www.example.no/updatelogout?newweb"
SEAMLESS_LOGOUT_SV="http://www.example.sv/updatelogout?newweb"
WEBVIEW_ENCRYPTION_KEY="MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI="