2024-03-26 16:07:08 +00:00
|
|
|
/**
|
|
|
|
* @description Global configuration file for the application
|
|
|
|
*/
|
|
|
|
|
|
|
|
// POCKETBASE
|
2024-05-28 15:57:21 +00:00
|
|
|
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"
|
2024-06-06 14:17:18 +00:00
|
|
|
export const APP_VERSION = "0.8.11 (beta)"
|
2024-05-13 14:22:31 +00:00
|
|
|
export const APP_URL = "https://it.stuve.uni-ulm.de"
|