We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 722dac6 + 1dcb90b commit 4eb3aeeCopy full SHA for 4eb3aee
app/client/src/main/resources/application.yml
@@ -5,9 +5,9 @@ spring:
5
rabbitmq:
6
host: 192.168.10.10
7
port: 5672
8
- username: clerk_admin
9
- password: 32Nassau
10
- virtualHost: /clerk
+ username: test_user
+ password: test_password
+ virtualHost: /test
11
12
groovy.template.check-template-location: false
13
app/server/src/main/resources/application.yml
+ virtualHost: /testyt
0 commit comments