Skip to content

Commit 4eb3aee

Browse files
committed
Merge branch 'feature/pass-change'
2 parents 722dac6 + 1dcb90b commit 4eb3aee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/client/src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ spring:
55
rabbitmq:
66
host: 192.168.10.10
77
port: 5672
8-
username: clerk_admin
9-
password: 32Nassau
10-
virtualHost: /clerk
8+
username: test_user
9+
password: test_password
10+
virtualHost: /test
1111

1212
groovy.template.check-template-location: false
1313

app/server/src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ spring:
55
rabbitmq:
66
host: 192.168.10.10
77
port: 5672
8-
username: clerk_admin
9-
password: 32Nassau
10-
virtualHost: /clerk
8+
username: test_user
9+
password: test_password
10+
virtualHost: /testyt
1111

1212
groovy.template.check-template-location: false
1313

0 commit comments

Comments
 (0)