Property Description Default Example

KEYCLOAK_USER

Realm master username

None

admin

KEYCLOAK_PASSWORD

Realm master password

None

admin

REDIRECT_URIS

Whitelist of redirect URIs (e.g. API, UI and Notification services)

None

"http://local.younite.org/*", "http://local.younite.org:8080/*", "http://local.younite.org:5601/*"

YOUNITE_CLIENT_SECRET

The client secret to assign to the younite user. Used by the YOUnite API Service to authenticate with Keycloak.

None

dcc766a6-de22-452e-9961-15db0cb4a5b6

NOTIFICATIONS_CLIENT_SECRET

The client secret to assign to the notifications user. Used by the Notifications Service to authenticate with Keycloak.

None

8da84bfb-0956-482b-8703-3f7210480aed

TOKEN_LIFESPAN_SECONDS

Token lifespan in seconds.

24 hours (86,400 seconds)

86400

DB_VENDOR

The database vendor used. The YOUnite implementation uses h2. This value should not be changed.

None

h2