From 35d0a2bc16fc4927628629796b71cb20d9f34c3c Mon Sep 17 00:00:00 2001 From: dab246 Date: Fri, 18 Oct 2024 09:35:48 +0700 Subject: [PATCH] TF-2387 Add `REGISTRATION_URL` & `SAAS_SERVER_URL` to `env` file --- env.file | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/env.file b/env.file index f3ff169d6..27fb58814 100644 --- a/env.file +++ b/env.file @@ -6,4 +6,6 @@ APP_GRID_AVAILABLE=supported FCM_AVAILABLE=supported IOS_FCM=supported FORWARD_WARNING_MESSAGE= -PLATFORM=other \ No newline at end of file +PLATFORM=other +REGISTRATION_URL=http://localhost/ +SAAS_SERVER_URL=http://localhost/ \ No newline at end of file