12 lines
364 B
TypeScript
Executable File
12 lines
364 B
TypeScript
Executable File
export const baseUrl = "/quantum";
|
|
export const baseDomain = "localhost";
|
|
export const basePort = 8001;
|
|
export const keycloakURI = "http://auth.localhost";
|
|
export const baseUri = `http://${baseDomain}:${basePort}`;
|
|
//AppShell vars
|
|
export const headerHeight = 50;
|
|
export const sideMenuWidth = 280;
|
|
|
|
// Global Style vars
|
|
export const defaultAnimationDuration = 100;
|