fix(fullstack): Use platform linux/amd64 for image building, some env var fixes

This commit is contained in:
2025-11-16 08:56:38 +01:00
parent af4dc3b7d8
commit 8d42254ac7
5 changed files with 20 additions and 21 deletions

View File

@@ -6,7 +6,8 @@ export default defineNuxtConfig({
public: {
clientProxyBasePath: 'NOT_SET',
serverApiBaseUrl: 'NOT_SET',
serverApiBasePath: 'NOT_SET'
serverApiBasePath: 'NOT_SET',
keycloakTokenUrl: 'http://localhost:7080/realms/legalconsenthub/protocol/openid-connect/token'
},
oauth: {
keycloak: {