fix admin

This commit is contained in:
einhornimmond 2024-12-18 14:42:16 +01:00
parent 3555d07fd6
commit accbb6e306
2 changed files with 7113 additions and 10398 deletions

View File

@ -53,7 +53,7 @@ export default defineConfig({
URL_PROTOCOL: CONFIG.ADMIN_MODULE_PROTOCOL, // null,
WALLET_URL: CONFIG.WALLET_AUTH_URL, // null,
GRAPHQL_URL: CONFIG.GRAPHQL_URI, // null,
GRAPHQL_PATH: process.env.GRAPHQL_PATH, // null,
GRAPHQL_PATH: process.env.GRAPHQL_PATH ?? '/graphql', // null,
WALLET_AUTH_PATH: CONFIG.WALLET_AUTH_URL, // null,
WALLET_LOGIN_PATH: CONFIG.WALLET_LOGIN_URL, // null,
DEBUG_DISABLE_AUTH: CONFIG.DEBUG_DISABLE_AUTH, // null,

File diff suppressed because it is too large Load Diff