stuve-it-frontend/config.ts

13 lines
379 B
TypeScript
Raw Normal View History

2024-03-26 16:07:08 +00:00
/**
* @description Global configuration file for the application
*/
// POCKETBASE
export const PB_USER_COLLECTION = "users"
2024-05-14 15:25:29 +00:00
export const PB_BASE_URL = "https://backend.stuve-it.de"
2024-05-13 14:22:31 +00:00
export const PB_STORAGE_KEY = "stuve-it-login-record"
2024-03-26 16:07:08 +00:00
2024-04-14 01:33:44 +00:00
// general
export const APP_NAME = "StuVe IT"
export const APP_VERSION = "0.8.9 (beta)"
2024-05-13 14:22:31 +00:00
export const APP_URL = "https://it.stuve.uni-ulm.de"