- an
application.propertiesfile (mounted with--spring.config.additional-location=), - a command-line flag (
--alginte.ksqldb.url=…), - 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.url → ALGINTE_CONNECT_URL,
alginte.schema-registry.url → ALGINTE_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
SetSPRING_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.
Related
Authentication
Username/password and OIDC login.
Update notifications
Opt into the “new version available” check.