Skip to content
Snippets Groups Projects
Commit 1ccdd637 authored by David Trattnig's avatar David Trattnig
Browse files

Removed prefix.

parent 6cf069dc
No related branches found
No related tags found
No related merge requests found
...@@ -38,19 +38,19 @@ and *Studio Clock* . ...@@ -38,19 +38,19 @@ and *Studio Clock* .
Set the radio station name Set the radio station name
```ini ```ini
config.station_name="Radio Orange" station_name="Radio Orange"
``` ```
Set the URL to the radio station logo Set the URL to the radio station logo
```ini ```ini
config.station_logo_url="https://your-radio.station/logo.png" station_logo_url="https://your-radio.station/logo.png"
``` ```
Set the `width` of the radio station logo Set the `width` of the radio station logo
```ini ```ini
config.station_logo_size="120px" station_logo_size="120px"
``` ```
## Soundcard ## Soundcard
...@@ -128,7 +128,7 @@ Sets the API URL exposed to external clients. This is required by the included ...@@ -128,7 +128,7 @@ Sets the API URL exposed to external clients. This is required by the included
web applications which access the API. web applications which access the API.
```ini ```ini
config.exposed_api_url="https://your-radio.station/api/v3" exposed_api_url="https://your-radio.station/api/v3"
``` ```
## Fading ## Fading
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment