fix(fullstack): Use platform linux/amd64 for image building, some env var fixes
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user