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