fix(app): changed backend domain
Build and Push Docker image / build-and-push (push) Successful in 5m31s
Details
Build and Push Docker image / build-and-push (push) Successful in 5m31s
Details
This commit is contained in:
parent
bca8d10016
commit
5c7a3d71de
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
// POCKETBASE
|
// POCKETBASE
|
||||||
export const PB_USER_COLLECTION = "ldap_users"
|
export const PB_USER_COLLECTION = "ldap_users"
|
||||||
export const PB_BASE_URL = "https://it.stuve.uni-ulm.de"
|
export const PB_BASE_URL = "https://backend.stuve-it.de"
|
||||||
export const PB_STORAGE_KEY = "stuve-it-login-record"
|
export const PB_STORAGE_KEY = "stuve-it-login-record"
|
||||||
|
|
||||||
// general
|
// general
|
||||||
|
|
Loading…
Reference in New Issue