From 9bc5ed62ffbfda02cc83eaa40d82b7bc40470c70 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Mon, 20 Jan 2025 14:15:28 +0100 Subject: [PATCH] chore: update production PocketBase URL --- src/environments/environment.production.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.production.ts b/src/environments/environment.production.ts index 5a76b29..9928ed1 100644 --- a/src/environments/environment.production.ts +++ b/src/environments/environment.production.ts @@ -1,3 +1,3 @@ export const environment = { - POCKETBASE: 'http://pocketbase-oowogg0wo4gw04sss44gos4o.192.168.178.105.sslip.io/', + POCKETBASE: 'http://pocketbase-prod-jktime-oowogg0wo4gw04sss44gos4o.192.168.178.105.sslip.io/', };