mirror of
https://github.com/mvvasilev/personal-finances.git
synced 2025-04-19 14:19:52 +03:00
5 lines
241 B
Text
5 lines
241 B
Text
|
JWT_ISSUER_URL= auth server configuration url for fetching JWKs
|
||
|
|
||
|
DATASOURCE_URL= database jdbc url ( postgres only, example: jdbc:postgresql://localhost:45093/mydatabase )
|
||
|
DATASOURCE_USER= database user
|
||
|
DATASOURCE_PASSWORD= database password
|