Skip to content

Commit

Permalink
FIX : Ajout variable nbThread dans application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Oct 23, 2024
1 parent 9ced317 commit 8696ad5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Consumer properties
abes.kafka.bootstrap-servers=
abes.kafka.concurrency.nbThread=
abes.nbThread=

# Properties defined from .env on server #ignore resolution error
spring.elasticsearch.uris=
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Consumer properties
abes.kafka.bootstrap-servers=
abes.kafka.concurrency.nbThread=
abes.nbThread=

# Base Postgres
# Properties defined from .env on server #ignore resolution error
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Consumer properties
abes.kafka.bootstrap-servers=
abes.kafka.concurrency.nbThread=
abes.nbThread=

# Properties defined from .env on server #ignore resolution error
spring.elasticsearch.uris=
Expand Down

0 comments on commit 8696ad5

Please sign in to comment.