mirror of
https://github.com/mvvasilev/personal-finances.git
synced 2025-04-19 14:19:52 +03:00
9 lines
No EOL
416 B
Text
9 lines
No EOL
416 B
Text
PROFILE= production/development
|
|
|
|
AUTHENTIK_ISSUER_URL= auth server configuration url for fetching JWKs ( dev: https://auth.mvvasilev.dev/application/o/personal-finances/ )
|
|
|
|
KAFKA_SERVERS= comma-delimited list of kafka servers to connect to
|
|
|
|
DATASOURCE_URL= database jdbc url ( postgres only, example: jdbc:postgresql://localhost:5432/mydatabase )
|
|
DATASOURCE_USER= database user
|
|
DATASOURCE_PASSWORD= database password |