-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmicro-deposit-dev.properties
More file actions
24 lines (22 loc) · 1.04 KB
/
micro-deposit-dev.properties
File metadata and controls
24 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#Conexión a kafka
spring.kafka.template.default-topic= transaction-events
spring.kafka.producer.bootstrap-servers=localhost:9092
#spring.kafka.producer.bootstrap-servers=servicekafka:9092
spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.IntegerSerializer
spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer
spring.kafka.admin.properties.bootstrap.servers=localhost:9092
#spring.kafka.admin.properties.bootstrap.servers=servicekafka:9092
#Conexión Postgresql
spring.datasource.url=jdbc:postgresql://localhost:5432/db_account
#spring.datasource.url=jdbc:postgresql://microservicio-postgres12:5432/db_account
spring.datasource.username=postgres
spring.datasource.password=123456
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL95Dialect
spring.jpa.hibernate.ddl-auto=create
logging.level.org.hibernate.sql=debug
#redis
spring.redis.port=6379
spring.redis.host=redis
#spring.redis.port=6379
#spring.redis.host=localhost