Skip to content
Snippets Groups Projects
Unverified Commit b4e22392 authored by Steve Reis's avatar Steve Reis Committed by gitbook-bot
Browse files

GitBook: [#25] No subject

parent 93e35d51
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
* [Introduction](for-developers/get-started/Introduction.md)
* [Setup development environment](for-developers/get-started/Setup-development-environment.md)
* [Configuration](for-developers/configuration/README.md)
* [Frontend](for-developers/configuration/frontend.md)
* [Gateway](for-developers/configuration/gateway.md)
* [Gateway](for-developers/gateway/README.md)
* [🔑 Authentication](for-developers/gateway/authentication.md)
......
---
description: >-
This page description all the possible configuration that can be made in the
Gateway.
---
# Frontend
### :toolbox: Options
#### Matomo
Matomo is an open source alternative to Google Analytics.
| name | type | default | description |
| ---------------- | ------------------- | --------- | --------------------------------------------------------------------------------------------------- |
| MATOMO\_ENABLED | boolean | false | Enable or disable Matomo |
| MATOMO\_URL | string \| undefined | undefined | Base url for matomo scripts and data reporting. This parameter is `required` if Matomo is `enabled` |
| MATOMO\_SITE\_ID | string \| undefined | undefined | Matomo Website ID. This parameter is required if `Matomo` is `enabled`. |
####
......@@ -43,16 +43,6 @@ description: >-
| DB\_PASSWORD | string | pass123 | Password |
| DB\_NAME | string | postgres | Name of the database's instance |
#### Matomo
Matomo is an open source alternative to Google Analytics. The Gateway provide this configuration in order to be used by any frontend. The real implementation is left to the frontend.
| name | type | default | description |
| ---------------- | ------------------- | --------- | --------------------------------------------------------------------------------------------------- |
| MATOMO\_ENABLED | boolean | false | Enable or disable Matomo |
| MATOMO\_URL | string \| undefined | undefined | Base url for matomo scripts and data reporting. This parameter is `required` if Matomo is `enabled` |
| MATOMO\_SITE\_ID | string \| undefined | undefined | Matomo Website ID. This parameter is required if `Matomo` is `enabled`. |
#### Cache
The Gateway offers the possibility to cache some of the most used queries (domains and algorithms queries). This cache use In-Memory data store.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment