/** * @description Global configuration file for the application */ // POCKETBASE export const PB_USER_COLLECTION = "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.9.0 (beta)" export const APP_URL = "https://it.stuve.uni-ulm.de"