Skip to content

Example App

A simple demo app to check and try EDDIE's functionality.

By default, you can access the web-interface at http://localhost:8081/login

Login is possible with every email/password combination (not checked).

Configuration

The following environment variables can be configured for the example app:

ParameterDescription
JDBC_URLPostgreSQL database where the example app can store data. DB server can be shared with EDDIE but use a separate database.
JDBC_USERUsername to authenticate with the PostgreSQL server.
JDBC_PASSWORDPassword to authenticate with the PostgreSQL server.
EDDIE_PUBLIC_URLBase URL of the EDDIE core.
PUBLIC_CONTEXT_PATHBase path for reaching the example application and the web components.
KAFKA_BOOTSTRAP_SERVERSComma separated list of Kafka server IPs/hostnames.
EXAMPLE_APP_KAFKA_*(optional) All Environments starting with EXAMPLE_APP_KAFKA will be used to build the Kafka Configuration e.g. EXAMPLE_APP_SECURITY_PROTOCOL