From 1afae90de1f1705747b43fd84a6144bf60a5832d Mon Sep 17 00:00:00 2001 From: xfarrow Date: Mon, 16 Oct 2023 10:34:34 +0200 Subject: [PATCH] Update .env --- backend/apis/nodejs/.env | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/backend/apis/nodejs/.env b/backend/apis/nodejs/.env index 334f70b..04a0655 100644 --- a/backend/apis/nodejs/.env +++ b/backend/apis/nodejs/.env @@ -1,8 +1,12 @@ # Blink configuration file +# API Server configuration API_SERVER_PORT = 3000 +# Postgres database configuration POSTGRES_SERVER = localhost POSTGRES_USERNAME = postgres POSTGRES_PASSWORD = postgres -POSTGRES_PORT = 5432 \ No newline at end of file +POSTGRES_PORT = 5432 + +# Admin settings