We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4760bd commit 02f6b9dCopy full SHA for 02f6b9d
apps/pyconkr-admin/src/main.tsx
@@ -37,6 +37,7 @@ const queryClient = new QueryClient({
37
const CommonOptions: Common.Contexts.ContextOptions = {
38
debug: true,
39
baseUrl: ".",
40
+ frontendDomain: import.meta.env.VITE_PYCONKR_FRONTEND_DOMAIN,
41
backendApiDomain: import.meta.env.VITE_PYCONKR_BACKEND_API_DOMAIN,
42
backendApiTimeout: 10000,
43
backendApiCSRFCookieName: import.meta.env
0 commit comments