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`|
31
-
|`GIN_MODE`| One of `release`, `debug`|`release`| The mode that gin runs in. Only set this to `debug` on your development environment! |
32
-
|`PORT`|`number`|`8080`| The port the backend listens on |
33
-
|`LOG_FORMAT`| One of `json`, `human`|`json` if `GIN_MODE` is `release`, otherwise `human`| If log output is written human readable or as JSON. |
34
-
|`CORS_ALLOW_ORIGINS`|`string`|`""`| hosts that are allowed to use cross origin requests, separated by spaces. Only set this when your frontend runs on a different host and/or port than the backend! |
|`API_URL`|`string`|_none, must be set_| The URL of the API, e.g. `https://ez.example.com/api`|
31
+
|`GIN_MODE`| One of `release`, `debug`|`release`| The mode that gin runs in. Only set this to `debug` on your development environment! |
32
+
|`PORT`|`number`|`8080`| The port the backend listens on |
33
+
|`LOG_FORMAT`| One of `json`, `human`|`json` if `GIN_MODE` is `release`, otherwise `human`| If log output is written human readable or as JSON. |
34
+
|`CORS_ALLOW_ORIGINS`|`string`|`""`| hosts that are allowed to use cross origin requests, separated by spaces. Only set this when your frontend runs on a different host and/or port than the backend! |
35
+
|`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. |
0 commit comments