stuve-it-frontend/config.ts

13 lines
384 B
TypeScript

/**
* @description Global configuration file for the application
*/
// POCKETBASE
export const PB_USER_COLLECTION = "ldap_users"
export const PB_BASE_URL = "https://backend.stuve-it.de"
export const PB_STORAGE_KEY = "stuve-it-login-record"
// general
export const APP_NAME = "StuVe IT"
export const APP_VERSION = "0.5.0 (beta)"
export const APP_URL = "https://it.stuve.uni-ulm.de"