You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`API_URL`|`string`|_none, must be set_| The URL of the API, e.g. `https://ez.example.com/api`|
28
-
|`GIN_MODE`| One of `release`, `debug`|`release`| The mode that gin runs in. Only set this to `debug` on your development environment! |
29
-
|`PORT`|`number`|`8080`| The port the backend listens on |
30
-
|`LOG_FORMAT`| One of `json`, `human`|`json` if `GIN_MODE` is `release`, otherwise `human`| If log output is written human readable or as JSON. |
31
-
|`CORS_ALLOW_ORIGINS`|`string`|`""`|:information_source: This is only needed for frontend development. Defines hosts that are allowed to use cross origin requests, separated by spaces. |
32
-
|`ENABLE_PPROF`|`bool`|`false`| If set to `true`, pprof profiles for application profiling are made available at `/debug/pprof`. :warning: If you do not know what this means, do not turn this on. |
|`API_URL`|`string`|_none, must be set_| The URL of the API, e.g. `https://ez.example.com/api`|
28
+
|`GIN_MODE`| One of `release`, `debug`|`release`| The mode that gin runs in. Only set this to `debug` on your development environment! |
29
+
|`PORT`|`number`|`8080`| The port the backend listens on |
30
+
|`LOG_FORMAT`| One of `json`, `human`|`json` if `GIN_MODE` is `release`, otherwise `human`| If log output is written human readable or as JSON. |
31
+
|`CORS_ALLOW_ORIGINS`|`string`|`""`|:information_source: This is only needed for frontend development. Defines hosts that are allowed to use cross origin requests, separated by spaces. |
32
+
|`ENABLE_PPROF`|`bool`|`false`| If set to `true`, pprof profiles for application profiling are made available at `/debug/pprof`. :warning: If you do not know what this means, do not turn this on. |
33
+
|`DISABLE_METRICS_LOGS`|`bool`|`false`| Set to `true` to disable logs for the `/metrics` endpoint |
34
+
|`DISABLE_HEALTHZ_LOGS`|`bool`|`false`| Set to `true` to disable logs for the `/healthz` endpoint |
0 commit comments