By default the server listens on all IPs on port 8080.
This is totally fine for most users. You can skip this one.
This is totally fine for most users. You can skip this page.
```bash
$ ./stream-tv-server --help
...
...
@@ -37,4 +37,4 @@ When using the Android Emulator on the same device as the server this exposure i
## Environment Variables
The `TWITCH_CLIENT_ID` environment variable can be set. This is only necessary during development. All releases contain a preconfigured client id. But you can still supply your own if you want as this id will be used if it is set.
\ No newline at end of file
The `TWITCH_CLIENT_ID` environment variable can be set. This is only necessary during development to access the Twitch API. All official release builds ship with a default client id but you can still supply your own if you want.