Skip to content

Commit 6e1f467

Browse files
Add rabbitmq defaults
- add webprotege.rabbitmq timeout and queues - include spring.rabbitmq connection defaults
1 parent 160933b commit 6e1f467

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/main/resources/application.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
spring:
22
application:
33
name: webprotege-robot-service
4+
rabbitmq:
5+
host: rabbitmq
6+
port: 5672
7+
username: guest
8+
password: guest
49
data:
510
mongodb:
611
host: localhost
712
port: 27017
813
database: webprotege
914
auto-index-creation: true
1015
webprotege:
16+
rabbitmq:
17+
requestqueue: webprotege-robot-queue
18+
responsequeue: webprotege-robot-response-queue
19+
timeout: 60000
1120
minio:
1221
access-key: webprotege
1322
end-point: http://localhost:9000
1423
secret-key: webprotege
15-
robot-output-documents-bucket-name: webprotege-robot-output-documents
24+
robot-output-documents-bucket-name: webprotege-robot-output-documents

0 commit comments

Comments
 (0)