mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-25 16:22:35 +03:00
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
DB_URL=localhost:5432
|
|
DB_NAME=demo
|
|
DB_SCHEMA=public
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=postgres
|
|
|
|
KAFKA_SERVERS=localhost:9095 |