-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* App2App: manual commit + read ahead 50 * Include test env configurations * Log at info level (instead of trace) in app2app messages Signed-off-by: Gabriel Indik <[email protected]>
- Loading branch information
1 parent
d11dd99
commit 1ac9325
Showing
12 changed files
with
225 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"$schema": "../../../src/schemas/config.json", | ||
"port": 4001, | ||
"assetTrailInstanceID": "asset-trail-org-a", | ||
"apiGateway": { | ||
"apiEndpoint": "https://zzdk0au9rl-zznm62sm1o-connect.dev2.photic.io/instances/0x1fc8898c69211ff0140765b3fccde27878a9939f" | ||
}, | ||
"eventStreams": { | ||
"wsEndpoint": "wss://zzdk0au9rl-zznm62sm1o-connect.dev2-ws.photic.io/ws", | ||
"topic": "A" | ||
}, | ||
"ipfs": { | ||
"apiEndpoint": "https://zzdk0au9rl-zzbj5neshi-ipfs.dev2.photic.io" | ||
}, | ||
"app2app": { | ||
"socketIOEndpoint": "wss://zzdk0au9rl-zzspcgumw6.dev2-ws.photic.io/api/v1", | ||
"destinations": { | ||
"kat": "kld://app2app/z/dev2/m/zzdza6cuf9/e/zzdk0au9rl/s/zzspcgumw6/d/kat", | ||
"client": "kld://app2app/z/dev2/m/zzdza6cuf9/e/zzdk0au9rl/s/zzspcgumw6/d/client" | ||
} | ||
}, | ||
"docExchange": { | ||
"apiEndpoint": "https://zzdk0au9rl-zzu2yrgdqw-documentstore.dev2.photic.io/api/v1", | ||
"socketIOEndpoint": "wss://zzdk0au9rl-zzu2yrgdqw.dev2-ws.photic.io/api/v1", | ||
"destination": "kld://documentstore/z/dev2/m/zzdza6cuf9/e/zzdk0au9rl/s/zzu2yrgdqw/d/a" | ||
}, | ||
"appCredentials": { | ||
"user": "zzzpyzyey1", | ||
"password": "RVSTBdP1N9_XVPWzNbKJmTpgfM6dtKECwEdcfk3Kctw" | ||
}, | ||
"mongodb": { | ||
"connectionUrl": "mongodb://localhost:27017", | ||
"databaseName": "synaptic-mr-org-a" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"$schema": "../../../src/schemas/settings.json", | ||
"clientEvents": ["asset-instance-submitted", "asset-instance-created", "payment-instance-created", "private-asset-instance-content-stored", | ||
"asset-instance-property-submitted", "asset-instance-property-set"] | ||
} |
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,35 @@ | ||
{ | ||
"$schema": "../../../src/schemas/config.json", | ||
"port": 4002, | ||
"assetTrailInstanceID": "asset-trail-org-b", | ||
"apiGateway": { | ||
"apiEndpoint": "https://zzdk0au9rl-zzxtrleuk4-connect.azdev.photic.io/instances/0x1fc8898c69211ff0140765b3fccde27878a9939f" | ||
}, | ||
"eventStreams": { | ||
"wsEndpoint": "wss://zzdk0au9rl-zzxtrleuk4-connect.azdev-ws.photic.io/ws", | ||
"topic": "B" | ||
}, | ||
"ipfs": { | ||
"apiEndpoint": "https://zzdk0au9rl-zzeab6gkxq-ipfs.azdev.photic.io" | ||
}, | ||
"app2app": { | ||
"socketIOEndpoint": "wss://zzdk0au9rl-zzyy8m38ff.azdev-ws.photic.io/api/v1", | ||
"destinations": { | ||
"kat": "kld://app2app/z/azdev/m/zzzohltm98/e/zzdk0au9rl/s/zzyy8m38ff/d/kat", | ||
"client": "kld://app2app/z/azdev/m/zzzohltm98/e/zzdk0au9rl/s/zzyy8m38ff/d/client" | ||
} | ||
}, | ||
"docExchange": { | ||
"apiEndpoint": "https://zzdk0au9rl-zzleq01yh6-documentstore.azdev.photic.io/api/v1", | ||
"socketIOEndpoint": "wss://zzdk0au9rl-zzleq01yh6.azdev-ws.photic.io/api/v1", | ||
"destination": "kld://documentstore/z/azdev/m/zzzohltm98/e/zzdk0au9rl/s/zzleq01yh6/d/b" | ||
}, | ||
"appCredentials": { | ||
"user": "zzv7dyg5d0", | ||
"password": "2tyAt2ZaavAd76jmzP01X6fhAvp8pmh2qoLXkgBm2ps" | ||
}, | ||
"mongodb": { | ||
"connectionUrl": "mongodb://localhost:27017", | ||
"databaseName": "synaptic-mr-org-b" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"$schema": "../../src/schemas/settings.json", | ||
"clientEvents": ["asset-instance-submitted", "asset-instance-created", "payment-instance-created", "private-asset-instance-content-stored", | ||
"asset-instance-property-submitted", "asset-instance-property-set"] | ||
} |
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,35 @@ | ||
{ | ||
"$schema": "../../src/schemas/config.json", | ||
"port": 4001, | ||
"assetTrailInstanceID": "asset-trail-org-a", | ||
"apiGateway": { | ||
"apiEndpoint": "https://zzkuwhhizm-zzhh7vdg4w-connect.dev2.photic.io/instances/0xe6719e4f7379e583046376f522a5efc30ca358f3" | ||
}, | ||
"eventStreams": { | ||
"wsEndpoint": "wss://zzkuwhhizm-zzhh7vdg4w-connect.dev2-ws.photic.io/ws", | ||
"topic": "A" | ||
}, | ||
"ipfs": { | ||
"apiEndpoint": "https://zzkuwhhizm-zzh1ibg3o0-ipfs.dev2.photic.io" | ||
}, | ||
"app2app": { | ||
"socketIOEndpoint": "wss://zzkuwhhizm-zzigaja3ua.dev2-ws.photic.io/api/v1", | ||
"destinations": { | ||
"kat": "kld://app2app/z/dev2/m/zzxknul1nt/e/zzkuwhhizm/s/zzigaja3ua/d/a", | ||
"client": "kld://app2app/z/dev2/m/zzxknul1nt/e/zzkuwhhizm/s/zzigaja3ua/d/external" | ||
} | ||
}, | ||
"docExchange": { | ||
"apiEndpoint": "https://zzkuwhhizm-zzpp1ys1l8-documentstore.dev2.photic.io/api/v1", | ||
"socketIOEndpoint": "wss://zzkuwhhizm-zzpp1ys1l8.dev2-ws.photic.io/api/v1", | ||
"destination": "kld://documentstore/z/dev2/m/zzxknul1nt/e/zzkuwhhizm/s/zzpp1ys1l8/d/a" | ||
}, | ||
"appCredentials": { | ||
"user": "zzbvccppd3", | ||
"password": "_WOhsqQ6ee8pW39Surq9XkZvP4Al-hjDNoFaKUQQF20" | ||
}, | ||
"mongodb": { | ||
"connectionUrl": "mongodb://localhost:27017", | ||
"databaseName": "synaptic-org-a" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"$schema": "../../src/schemas/settings.json", | ||
"clientEvents": ["asset-instance-submitted", "asset-instance-created", "payment-instance-created", "private-asset-instance-content-stored", | ||
"asset-instance-property-submitted", "asset-instance-property-set"] | ||
} |
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,35 @@ | ||
{ | ||
"$schema": "../../src/schemas/config.json", | ||
"port": 4002, | ||
"assetTrailInstanceID": "asset-trail-org-b", | ||
"apiGateway": { | ||
"apiEndpoint": "https://zzkuwhhizm-zzyi4f2hqt-connect.dev2.photic.io/instances/0xe6719e4f7379e583046376f522a5efc30ca358f3" | ||
}, | ||
"eventStreams": { | ||
"wsEndpoint": "wss://zzkuwhhizm-zzyi4f2hqt-connect.dev2-ws.photic.io/ws", | ||
"topic": "B" | ||
}, | ||
"ipfs": { | ||
"apiEndpoint": "https://zzkuwhhizm-zzvosyrz5t-ipfs.dev2.photic.io" | ||
}, | ||
"app2app": { | ||
"socketIOEndpoint": "wss://zzkuwhhizm-zzcpoj78bh.dev2-ws.photic.io/api/v1", | ||
"destinations": { | ||
"kat": "kld://app2app/z/dev2/m/zzt1fril6n/e/zzkuwhhizm/s/zzcpoj78bh/d/b", | ||
"client": "kld://app2app/z/dev2/m/zzt1fril6n/e/zzkuwhhizm/s/zzcpoj78bh/d/external" | ||
} | ||
}, | ||
"docExchange": { | ||
"apiEndpoint": "https://zzkuwhhizm-zzwt65yyp0-documentstore.dev2.photic.io/api/v1", | ||
"socketIOEndpoint": "wss://zzkuwhhizm-zzwt65yyp0.dev2-ws.photic.io/api/v1", | ||
"destination": "kld://documentstore/z/dev2/m/zzt1fril6n/e/zzkuwhhizm/s/zzwt65yyp0/d/b" | ||
}, | ||
"appCredentials": { | ||
"user": "zzwfeybeli", | ||
"password": "PiinAvy8PkwP3bBbXw0TrX_fzvBw4KTYtTQzS1QE4zs" | ||
}, | ||
"mongodb": { | ||
"connectionUrl": "mongodb://localhost:27017", | ||
"databaseName": "synaptic-org-b" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"$schema": "../../src/schemas/settings.json", | ||
"clientEvents": ["asset-instance-submitted", "asset-instance-created", "payment-instance-created", "private-asset-instance-content-stored", | ||
"asset-instance-property-submitted", "asset-instance-property-set"] | ||
} |
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