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

Updated current and sample config.

parent 70be768e
No related branches found
No related tags found
No related merge requests found
...@@ -31,17 +31,19 @@ mail_server_port="" ...@@ -31,17 +31,19 @@ mail_server_port=""
mail_user="" mail_user=""
mail_pass="" mail_pass=""
# if you want to send multiple adminmails, make them space separated # if you want to send multiple adminmails, make them space separated
admin_mail="gogo@servus.at gottfried@servus.at" admin_mail="david@subsquare.at gogo@servus.at"
# with from mailadress should be used # with from mailadress should be used
from_mail="monitor@aura.py" from_mail="monitor@aura.py"
# The beginning of the subject. With that you can easily apply filter rules with any mail client # The beginning of the subject. With that you can easily apply filter rules with any mail client
mailsubject_prefix="[AURA]" mailsubject_prefix="[AURA Engine]"
[dataurls] [dataurls]
# the url of pv/steering # The URL to get the Calendar via PV/Steering
calendarurl="http://localhost:8001/api/v1/playout" calendarurl="http://localhost:8000/api/v1/playout"
# the url of tank # The URL to get show details via PV/Steering
importerurl="http://localhost:8040/api/v1/shows/" api_show_url="http://localhost:8000/api/v1/shows/${ID}/"
# The URL to get playlist details via Tank
importerurl="http://localhost:8040/api/v1/shows/${SLUG}/playlists"
# how often should the calendar be fetched in seconds (This determines the time of the last change before a specific show) # how often should the calendar be fetched in seconds (This determines the time of the last change before a specific show)
fetching_frequency=3600 fetching_frequency=3600
...@@ -88,7 +90,7 @@ fallback_threshold="-50." ...@@ -88,7 +90,7 @@ fallback_threshold="-50."
# if you are starving for pain in the ass choose alsa # if you are starving for pain in the ass choose alsa
# if you don't care about latency choose pulseaudio # if you don't care about latency choose pulseaudio
# if you want low latency and a bit of experimenting, choose jack # if you want low latency and a bit of experimenting, choose jack
soundsystem="pulseaudio" soundsystem="alsa"
# you can define up to 5 inputs and outputs # you can define up to 5 inputs and outputs
# it is tested with # it is tested with
...@@ -108,7 +110,7 @@ input_device_2="" ...@@ -108,7 +110,7 @@ input_device_2=""
input_device_3="" input_device_3=""
input_device_4="" input_device_4=""
# same same, but different # same same, but different
output_device_0="y" output_device_0="default"
output_device_1="" output_device_1=""
output_device_2="" output_device_2=""
output_device_3="" output_device_3=""
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
[database] [database]
db_user="aura_engine" db_user="aura_engine"
db_name="aura_engine" db_name="aura_engine"
db_pass="%CHANGE-ME%" db_pass="***change-me***"
db_host="localhost" db_host="localhost"
[monitoring] [monitoring]
...@@ -26,7 +26,7 @@ admin_mail="david@subsquare.at gogo@servus.at" ...@@ -26,7 +26,7 @@ admin_mail="david@subsquare.at gogo@servus.at"
# with from mailadress should be used # with from mailadress should be used
from_mail="monitor@aura.py" from_mail="monitor@aura.py"
# The beginning of the subject. With that you can easily apply filter rules with any mail client # The beginning of the subject. With that you can easily apply filter rules with any mail client
mailsubject_prefix="[AURA]" mailsubject_prefix="[AURA Engine]"
[dataurls] [dataurls]
# The URL to get the Calendar via PV/Steering # The URL to get the Calendar via PV/Steering
...@@ -98,7 +98,7 @@ input_device_2="" ...@@ -98,7 +98,7 @@ input_device_2=""
input_device_3="" input_device_3=""
input_device_4="" input_device_4=""
# same same, but different # same same, but different
output_device_0="hw:0" output_device_0="default"
output_device_1="" output_device_1=""
output_device_2="" output_device_2=""
output_device_3="" output_device_3=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment