Skip to content
Snippets Groups Projects
Commit 8c5fdaa5 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-5415 Fix xta identifier

parent e9ab2531
Branches
No related tags found
No related merge requests found
ozgcloud:
xta:
identifier: gae:jens.reese@mgm-tp.com
identifier: afmsh:ozg-cloud-dev001
server:
address: localhost:3000
name: LI33-0005
......
......@@ -37,7 +37,8 @@ import lombok.RequiredArgsConstructor;
"ozgcloud.xta.server.address=LI33-0005:3000",
"ozgcloud.xta.server.protocol=https",
"ozgcloud.xta.keystore.file=file:./KOP_SH_KIEL_DEV.p12",
"ozgcloud.xta.keystore.password=geheim" // replace this with real password
"ozgcloud.xta.keystore.password=geheim", // replace this with real password
"ozgcloud.xta.identifier=afmsh:ozg-cloud-dev001"
})
@ActiveProfiles({ "itcase" })
@AutoConfigureGrpcMock(name = "vorgang-manager-itcase", useInProcessServer = true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment