From c8b005ec6006ec27f31febce1a3446d08293b20c Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Tue, 21 Jan 2025 11:44:07 +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 9928ed1..6e11e04 100644 --- a/src/environments/environment.production.ts +++ b/src/environments/environment.production.ts @@ -1,3 +1,3 @@ export const environment = { - POCKETBASE: 'http://pocketbase-prod-jktime-oowogg0wo4gw04sss44gos4o.192.168.178.105.sslip.io/', + POCKETBASE: 'https://jklink-pocketbase.kjan.de', };