We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160933b commit 6e1f467Copy full SHA for 6e1f467
src/main/resources/application.yml
@@ -1,15 +1,24 @@
1
spring:
2
application:
3
name: webprotege-robot-service
4
+ rabbitmq:
5
+ host: rabbitmq
6
+ port: 5672
7
+ username: guest
8
+ password: guest
9
data:
10
mongodb:
11
host: localhost
12
port: 27017
13
database: webprotege
14
auto-index-creation: true
15
webprotege:
16
17
+ requestqueue: webprotege-robot-queue
18
+ responsequeue: webprotege-robot-response-queue
19
+ timeout: 60000
20
minio:
21
access-key: webprotege
22
end-point: http://localhost:9000
23
secret-key: webprotege
- robot-output-documents-bucket-name: webprotege-robot-output-documents
24
+ robot-output-documents-bucket-name: webprotege-robot-output-documents
0 commit comments