BP-204 update interface documentation
diff --git a/oKBereitschaftsplanungDoku/howto/config.adoc b/oKBereitschaftsplanungDoku/howto/config.adoc
index 5b82369..445672f 100644
--- a/oKBereitschaftsplanungDoku/howto/config.adoc
+++ b/oKBereitschaftsplanungDoku/howto/config.adoc
@@ -86,4 +86,18 @@
factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" maxActive="20"
maxIdle="20" minIdle="5" name="jdbc/ProcessEngine" password="sa"
type="javax.sql.DataSource" uniqueResourceName="process-engine"
- url="jdbc:h2:./camunda-h2-dbs/process-engine;MVCC=TRUE;TRACE_LEVEL_FILE=0;DB_CLOSE_ON_EXIT=FALSE" username="sa"/>
\ No newline at end of file
+ url="jdbc:h2:./camunda-h2-dbs/process-engine;MVCC=TRUE;TRACE_LEVEL_FILE=0;DB_CLOSE_ON_EXIT=FALSE" username="sa"/>
+
+
+== define Keycloak URL
+Define the URL to your openkonsequenz auth2auth modul. For your local development you can use http instead of https.
+
+.change url in spfe/main*.js
+[source]
+ loginPage:"https://localhost:8080/portalFE/#/login"
+
+Define the base URL of the frontend application.
+
+.change url in spfe/main*.js
+[source]
+ basePath:"https://localhost:8080/spbe/webapi"
\ No newline at end of file
diff --git a/oKBereitschaftsplanungDoku/howto/run.adoc b/oKBereitschaftsplanungDoku/howto/run.adoc
index 12d4f35..395517f 100644
--- a/oKBereitschaftsplanungDoku/howto/run.adoc
+++ b/oKBereitschaftsplanungDoku/howto/run.adoc
@@ -13,6 +13,14 @@
:Date: 2018-06-07
:Revision: 1
+== WAR deployment
+Put the two war files on the server.
+
+* *spfe.war* "StandbyPlanning" frontend binaries.
+* *spbe.war* "StandbyPlanning" backend binaries.
+
+Restart the server.
+
== define Keycloak URL
Define the URL to your openkonsequenz auth2auth modul. For your local development you can use http instead of https.