Skip to content

Commit 2150901

Browse files
committed
Updates dmt hostname
1 parent d80fbeb commit 2150901

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

config/sys.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@
9191
}}
9292
]},
9393
{service_urls, #{
94-
'Repository' => <<"http://dominant:8022/v1/domain/repository">>,
95-
'RepositoryClient' => <<"http://dominant:8022/v1/domain/repository_client">>
94+
'AuthorManagement' => <<"http://dmt:8022/v1/domain/author">>,
95+
'Repository' => <<"http://dmt:8022/v1/domain/repository">>,
96+
'RepositoryClient' => <<"http://dmt:8022/v1/domain/repository_client">>
9697
}}
9798
]},
9899

test/machinegun/config.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,10 @@ namespaces:
1212
processor:
1313
url: http://limiter:8022/v1/stateproc/lim/range_v1
1414
pool_size: 500
15-
domain-config:
16-
processor:
17-
url: http://dominant:8022/v1/stateproc
18-
pool_size: 300
1915

2016
storage:
2117
type: memory
2218

2319
logging:
2420
out_type: stdout
2521
level: info
26-
27-
opentelemetry:
28-
service_name: machinegun
29-
exporter:
30-
protocol: http/protobuf
31-
endpoint: http://jaeger:4318

0 commit comments

Comments
 (0)