Skip to content

Commit

Permalink
Merge pull request #151
Browse files Browse the repository at this point in the history
Development/Main
  • Loading branch information
kaizendevsio authored Jul 2, 2024
2 parents 9b419ff + 8e8707a commit 468ef0c
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Gateways/XFramework.Gateway/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,12 @@
"MinConfirmations": 3,
"MaxGapLimit": 19,
"GapPaymentAmount": 0.000016
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "https://0.0.0.0:8110"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,12 @@
"ReconnectDelay": 1500,
"MaxRetry": 3,
"Signature": "kxtEZ])e;#S8bb7R"
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "https://0.0.0.0:8101"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,12 @@
"ReconnectDelay": 1500,
"MaxRetry": 3,
"Signature": "kxtEZ])e;#S8bb7R"
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "https://0.0.0.0:8103"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,12 @@
"ReconnectDelay": 1500,
"MaxRetry": 3,
"Signature": "kxtEZ])e;#S8bb7R"
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "https://0.0.0.0:8104"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,12 @@
"ReconnectDelay": 1500,
"MaxRetry": 3,
"Signature": "kxtEZ])e;#S8bb7R"
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "https://0.0.0.0:8107"
}
}
}
}
7 changes: 7 additions & 0 deletions src/Modules/XFramework.Wallets/Wallets.Api/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,12 @@
"ReconnectDelay": 1500,
"MaxRetry": 3,
"Signature": "kxtEZ])e;#S8bb7R"
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "https://0.0.0.0:8109"
}
}
}
}

0 comments on commit 468ef0c

Please sign in to comment.