From c440afffd0b51f1f8f03fa238ebe798bf2b6cfec Mon Sep 17 00:00:00 2001
From: Carina Antunes <carina.oliveira.antunes@cern.ch>
Date: Tue, 20 Sep 2022 10:55:47 +0000
Subject: [PATCH] .env

---
 .env | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.env b/.env
index 1cffbc4b..6ae2e501 100644
--- a/.env
+++ b/.env
@@ -1,4 +1,5 @@
 NODE_ENV=development
+NODE_OPTIONS="--max_old_space_size=4096"
 
 TYPEORM_CONNECTION=postgres
 TYPEORM_HOST=localhost
@@ -91,4 +92,6 @@ SWAGGER_SERVER=https://localhost:8080
 SWAGGER_CHANNEL_ID=a8b1b6db-2543-4549-b143-442735739fed
 
 # Set to True in order to deploy an internal backend (without authentication)
-EXPOSE_UNAUTHENTICATED_ROUTES=False
\ No newline at end of file
+EXPOSE_UNAUTHENTICATED_ROUTES=False
+
+APPSIGNAL_PUSH_API_KEY=fill-me
\ No newline at end of file
-- 
GitLab