From 183d65294fd1757ea427f8da5e9c6e7d279e2ce0 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Thu, 30 Apr 2020 13:20:42 +0200
Subject: [PATCH] Updated config vars for API.

---
 docs/developer-guide.md | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/docs/developer-guide.md b/docs/developer-guide.md
index f4803c61..2abced69 100644
--- a/docs/developer-guide.md
+++ b/docs/developer-guide.md
@@ -44,22 +44,21 @@ using a fancy calendar interface.
 
 These data-sources need to be configurated in the "engine.ini" configuration file:
 
-    # The URL to get the Calendar via PV/Steering
-    calendarurl="http://localhost:8000/api/v1/playout"
+    # The URL to get the Calendar via Steering
+    api_calendar_url="http://localhost:8000/api/v1/playout"
 
-    # The URL to get show details via PV/Steering
+    # The URL to get show details via Steering
     api_show_url="http://localhost:8000/api/v1/shows/${ID}/"
 
-The AURA Project "**Tank**" on the other hand delivers information on the tracks, playlists
+The AURA Project "**Tank**" on the other hand delivers information on the tracks, related playlists
 to be played and its meta-data:
 
     # The URL to get playlist details via Tank
-    importerurl="http://localhost:8040/api/v1/shows/${SLUG}/playlists"
+    api_playlist_url="http://localhost:8040/api/v1/shows/${SLUG}/playlists"
 
 
 More information you can find here: <https://gitlab.servus.at/autoradio/meta/blob/master/api-definition.md>
 
-
 ### Provided API Endpoints
 
 **Soundserverstate:** Returns true and false values of the internal In- and Outputs  
-- 
GitLab