Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aura-engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Kruse
aura-engine
Commits
8690f10a
Commit
8690f10a
authored
5 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Web app config options.
parent
3c98120a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/configuration-guide.md
+30
-0
30 additions, 0 deletions
docs/configuration-guide.md
with
30 additions
and
0 deletions
docs/configuration-guide.md
+
30
−
0
View file @
8690f10a
...
...
@@ -3,6 +3,29 @@
This page goes into detail on what is possible to configure within the engine.
## Station
These properties are used to style the included web applications such as
*Track Service*
and
*Studio Clock*
.
Set the radio station name
```
ini
config.station_name
=
"Radio Orange"
```
Set the URL to the radio station logo
```
ini
config.station_logo_url
=
"https://your-radio.station/logo.png"
```
Set the width of the radio station logo
```
ini
config.station_logo_size
```
## Soundcard
Configure your audio device in the
`[soundcard]`
section of
`engine.ini`
.
...
...
@@ -74,6 +97,13 @@ Configure the email server for admin mails in the `[mail]` section.
Configure connections to the other Aura components in the
`[dataurls]`
section.
Sets the API URL exposed to external clients. This is required by the included
web applications which access the API.
```
ini
config.exposed_api_url
=
"https://your-radio.station/api/v3"
```
## Fading
Configure fading parameters in the
`[fading]`
section.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment