File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ The backend can be configured with the following environment variables. None are
2424| Name | Type | Default | Description |
2525| -------------------- | ------------------------- | ---------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2626| ` GIN_MODE ` | One of ` release ` , ` debug ` | ` release ` | The mode that gin runs in. Only set this to ` debug ` on your development environment! |
27+ | ` PORT ` | ` number ` | ` 8080 ` | The port the backend listens on |
2728| ` LOG_FORMAT ` | One of ` json ` , ` human ` | ` json ` if ` GIN_MODE ` is ` release ` , otherwise ` human ` | If log output is written human readable or as JSON. |
2829| ` DB_HOST ` | ` string ` | | hostname or address of postgresql |
2930| ` DB_USER ` | ` string ` | | username for the postgresql connection |
You can’t perform that action at this time.
0 commit comments