Skip to content

Commit be75dd8

Browse files
authored
Merge pull request #30 from Maintainerr/remove-api-port
Remove API_PORT, add GITHUB_TOKEN
2 parents 9420c92 + ae5987b commit be75dd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ A list of all available environment variables are below. No other env variables
140140
| Variable | Default Value | Description |
141141
|----------|-------|----------|
142142
| TZ | *host timezone* | Controls date formatting in logs. |
143-
| UI_HOSTNAME | 0.0.0.0 | The listen host of the UI web server. Can be set to :: for IPv6. |
144-
| UI_PORT | 6246 | The listen port of the UI web server. |
145-
| API_PORT | 3001 | The listen port of the API server. |
143+
| UI_HOSTNAME | 0.0.0.0 | The listen host of the web server. Can be set to :: for IPv6. |
144+
| UI_PORT | 6246 | The listen port of the web server. |
146145
| BASE_PATH || If reverse proxying with a subfolder you'll want to set this. Must be in the format of `/subfolder` |
146+
| GITHUB_TOKEN || GitHub Personal Access Token for higher API rate limits |

0 commit comments

Comments
 (0)