Skip to content

Commit

Permalink
Merge branch 'release/v0.3.1' into hai/apollo-config-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
trunghai95 committed Jul 9, 2024
2 parents 604d15a + 17ef00f commit b85166a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 67 deletions.
30 changes: 0 additions & 30 deletions coinmiddleware/root-ca-cert

This file was deleted.

1 change: 0 additions & 1 deletion config/config.debug.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ ConsumerGroupID = "xlayer-bridge-service"
InitialOffset = -1
Username = ""
Password = ""
RootCAPath = "/app/root-ca-cert"

[MessagePushProducer]
Enabled = false
Expand Down
1 change: 0 additions & 1 deletion config/config.local.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ ConsumerGroupID = "xlayer-bridge-service"
InitialOffset = -1
Username = ""
Password = ""
RootCAPath = "/app/root-ca-cert"

[MessagePushProducer]
Enabled = false
Expand Down
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ services:
- ./test/test.keystore.claimtx:/pk/keystore.claimtxmanager
- ./config/config.local.toml:/app/config.toml
- ./sentinel/config.json:/app/sentinel_config.json
- ./coinmiddleware/root-ca-cert:/app/root-ca-cert
command:
- "/bin/sh"
- "-c"
Expand All @@ -135,7 +134,6 @@ services:
volumes:
- ./test/test.keystore.claimtx:/pk/keystore.claimtxmanager
- ./config/config.local.toml:/app/config.toml
- ./coinmiddleware/root-ca-cert:/app/root-ca-cert
command:
- "/bin/sh"
- "-c"
Expand All @@ -155,7 +153,6 @@ services:
volumes:
- ./test/test.keystore.claimtx:/pk/keystore.claimtxmanager
- ./config/config.local.toml:/app/config.toml
- ./coinmiddleware/root-ca-cert:/app/root-ca-cert
command:
- "/bin/sh"
- "-c"
Expand Down Expand Up @@ -312,7 +309,6 @@ services:
- ./test/test.keystore.claimtx:/pk/keystore.claimtxmanager
- ./config/config.local.toml:/app/config.toml
- ./sentinel/config.json:/app/sentinel_config.json
- ./coinmiddleware/root-ca-cert:/app/root-ca-cert
command:
- "/bin/sh"
- "-c"
Expand Down Expand Up @@ -340,7 +336,6 @@ services:
- ./test/test.keystore.claimtx:/pk/keystore.claimtxmanager
- ./config/config.local.toml:/app/config.toml
- ./sentinel/config.json:/app/sentinel_config.json
- ./coinmiddleware/root-ca-cert:/app/root-ca-cert
command:
- "/bin/sh"
- "-c"
Expand Down
30 changes: 0 additions & 30 deletions test/config/node/root-ca-cert

This file was deleted.

0 comments on commit b85166a

Please sign in to comment.