From 6968b05b80c884460328942f68e17baaa3ad7b19 Mon Sep 17 00:00:00 2001 From: Alwin T <75517758+alwinsDen@users.noreply.github.com> Date: Sun, 12 Jan 2025 22:34:13 +0530 Subject: [PATCH] Update README.md added ENV section. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f93654a..8df168d 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ cd ~{jresource}/bin 3. add `ktor-firebase-auth-firebase-adminsdk.json` to `Remnant/server/src/main/resources/ktor-firebase-auth-firebase-adminsdk.json` +### Environment variables +To run **Remnant server** add the .env variables in intellij/AS run configuration section. +![image](https://github.com/user-attachments/assets/07690b74-0d0a-42d8-a072-e9e4d99c5602) + + ### Ktor docker image and deployment #### 1. build the server's `.jar` build artifact.