From 1d522201f26b55e8c7c4c07b9f7206c8ed17c004 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Mon, 20 Jan 2025 06:42:25 +0000 Subject: [PATCH] Update src/environments/environment.production.ts --- src/environments/environment.production.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/environments/environment.production.ts b/src/environments/environment.production.ts index f274e5e..5a76b29 100644 --- a/src/environments/environment.production.ts +++ b/src/environments/environment.production.ts @@ -1 +1,3 @@ -export const environment = {}; +export const environment = { + POCKETBASE: 'http://pocketbase-oowogg0wo4gw04sss44gos4o.192.168.178.105.sslip.io/', +}; -- 2.45.3