Skip to main content
Alginte is configured with standard Spring properties. Every value can be set three ways, in ascending precedence:
  1. an application.properties file (mounted with --spring.config.additional-location=),
  2. a command-line flag (--alginte.ksqldb.url=…),
  3. an environment variable (wins over the others — handy for containers).
Env-var naming (relaxed binding). Uppercase the property, replace . with _, and remove dashes: alginte.connect.urlALGINTE_CONNECT_URL, alginte.schema-registry.urlALGINTE_SCHEMAREGISTRY_URL.

Core connectivity

The rule: a .url property is always a full URL (scheme, host, port). Leave it empty and that area is disabled — Alginte runs degraded-but-running.

Server & networking

Profiles

Set SPRING_PROFILES_ACTIVE to activate a profile (for example a local profile that turns on DEBUG logging and dev defaults). Environment variables still override any value a profile supplies.

Authentication

Username/password and OIDC login.

Update notifications

Opt into the “new version available” check.