From 6fa192260f87325e93b40554e8ae2cb087ea370e Mon Sep 17 00:00:00 2001
From: Steve Reis <stevereis93@gmail.com>
Date: Fri, 26 Aug 2022 09:52:15 +0000
Subject: [PATCH] GitBook: [#30] No subject

---
 docs/for-developers/configuration/frontend.md | 11 +++++++++++
 docs/for-developers/configuration/gateway.md  |  1 -
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/docs/for-developers/configuration/frontend.md b/docs/for-developers/configuration/frontend.md
index b0ae170..92738a2 100644
--- a/docs/for-developers/configuration/frontend.md
+++ b/docs/for-developers/configuration/frontend.md
@@ -8,6 +8,17 @@ description: >-
 
 ### :toolbox: Options
 
+#### General
+
+| name                       | type                | default                   | description                                                    |
+| -------------------------- | ------------------- | ------------------------- | -------------------------------------------------------------- |
+| VERSION                    | string              | "DEV"                     | Portal frontend's version                                      |
+| INSTANCE\_NAME             | string              | "HBP MIP"                 | Instance name of the MIP (visible in the header)               |
+| ONTOLOGY\_URL              | string \| undefined | undefined                 | Ontology's URL                                                 |
+| DATACATALOGUE\_SERVER      | string \| undefined | undefined                 | Datacatalogue's URL                                            |
+| CONTACT\_LINK              | string              | http://ebrains.eu/support | Contact URL (support)                                          |
+| EXPERIMENTS\_LIST\_REFRESH | string              | "300000"                  | Time to wait before refresh experiments list in `milliseconds` |
+
 #### Matomo
 
 Matomo is an open source alternative to Google Analytics.
diff --git a/docs/for-developers/configuration/gateway.md b/docs/for-developers/configuration/gateway.md
index 96b602a..020d3e7 100644
--- a/docs/for-developers/configuration/gateway.md
+++ b/docs/for-developers/configuration/gateway.md
@@ -18,7 +18,6 @@ description: >-
 | GATEWAY\_PORT      | number  | 8081                            | Indicate the port that should be used by the gateway                                        |
 | NODE\_ENV          | string  | dev                             | Value can be `prod` or `dev`                                                                |
 | BASE\_URL\_CONTEXT | string  | null                            | Define context of the gateway. E.g. `api` if the api is under `http://127.0.0.1/api/`       |
-| ONTOLOGY\_URL      | string  | null                            | Define ontology's url                                                                       |
 
 #### Authentication
 
-- 
GitLab