From 6a19671fb4c036ab40319d30963a14d24ac573b8 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Tue, 21 Jan 2025 11:04:43 +0100 Subject: [PATCH] chore: update Pocketbase URL in environment files --- src/environments/environment.development.ts | 2 +- src/environments/environment.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.development.ts b/src/environments/environment.development.ts index 1ef1662..4dd998c 100644 --- a/src/environments/environment.development.ts +++ b/src/environments/environment.development.ts @@ -1,3 +1,3 @@ export const environment = { - POCKETBASE: 'http://pocketbase-yocs0oko0o8cws44kw8gk8g8.192.168.178.105.sslip.io/' + POCKETBASE: 'https://jklink-pocketbase-test.intern.kjan.de' }; diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 1ef1662..4dd998c 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,3 +1,3 @@ export const environment = { - POCKETBASE: 'http://pocketbase-yocs0oko0o8cws44kw8gk8g8.192.168.178.105.sslip.io/' + POCKETBASE: 'https://jklink-pocketbase-test.intern.kjan.de' };