forked from hummingbot/gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19ab410
commit e7410d8
Showing
14 changed files
with
58 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
test/services/data/config-manager-v2/test1/invalid-root-2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
version: 1 | ||
configurations: | ||
$namespace ssl: | ||
configurationPath: invalid-ssl.yml | ||
schemaPath: ssl-schema.json | ||
$namespace server: | ||
configurationPath: invalid-server.yml | ||
schemaPath: server-schema.json | ||
$namespace ethereum: | ||
configurationPath: ethereum.yml | ||
schemaPath: ethereum-schema.json |
6 changes: 3 additions & 3 deletions
6
test/services/data/config-manager-v2/test1/invalid-root-3.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
version: 1 | ||
configurations: | ||
$namespace ssl: | ||
configurationPath: ssl.yml | ||
schemaPath: ssl-schema.json | ||
$namespace server: | ||
configurationPath: server.yml | ||
schemaPath: server-schema.json | ||
$namespace ethereum: | ||
configurationPath: ethereum.yml | ||
schemaPath: schema-nonexist.json |
6 changes: 3 additions & 3 deletions
6
test/services/data/config-manager-v2/test1/invalid-root-4.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
version: 1 | ||
configurations: | ||
$namespace ssl: | ||
configurationPath: ssl.yml | ||
schemaPath: ssl-schema.json | ||
$namespace server: | ||
configurationPath: server.yml | ||
schemaPath: server-schema.json | ||
$namespace ethereum: | ||
configurationPath: ethereum.yml | ||
schemaPath: schema-nonexist.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
...a/config-manager-v2/test1/invalid-ssl.yml → ...onfig-manager-v2/test1/invalid-server.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
caCertificatePath: ca.crt | ||
certificatePath: gateway.crt | ||
keyPath: gateway.key | ||
funnyKeyPath: funny.key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
version: 0 | ||
configurations: | ||
$namespace ssl: | ||
configurationPath: ssl.yml | ||
schemaPath: ssl-schema.json | ||
$namespace server: | ||
configurationPath: server.yml | ||
schemaPath: server-schema.json | ||
$namespace ethereum: | ||
configurationPath: ethereum.yml | ||
schemaPath: ethereum-schema.json | ||
$namespace logging: | ||
configurationPath: logging.yml | ||
schemaPath: logging-schema.json | ||
$namespace telemetry: | ||
configurationPath: telemetry.yml | ||
schemaPath: telemetry-schema.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
certificatePath: gateway.crt | ||
|
||
# If true it will collect data about API usage. | ||
telemetry_enabled: false |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters