From aae51696992b837b8eef12b9dda7687faabbd5d4 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Tue, 29 Apr 2025 12:20:45 +0800 Subject: [PATCH] update --- .env | 5 +++++ .gitignore | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..33a092b --- /dev/null +++ b/.env @@ -0,0 +1,5 @@ +DEPLOYMENT_MODE=docker + +RDP_SERVICE_URL_DOCKER=ws://rdp:8081 + +RDP_SERVICE_URL_LOCAL=ws://localhost:8081 diff --git a/.gitignore b/.gitignore index dd248ea..177eabe 100644 --- a/.gitignore +++ b/.gitignore @@ -157,5 +157,4 @@ dist-scripts/ # Ignore specific generated file in root /tsc -# Environment variables -.env +/packages/backend/data