File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050AFJ_VERSION=ghcr.io/credebl/credo-controller:latest
5151
5252PLATFORM_WALLET_NAME=platform-admin
53- PLATFORM_WALLET_KEY='U2FsdGVkX19l6w/PpuicnGBYThBHolzF27oN0JwfWkc='
53+ PLATFORM_WALLET_KEY='U2FsdGVkX19l6w/PpuicnGBYThBHolzF27oN0JwfWkc='
5454PLATFORM_SEED=000000000000000000000000Steward1
5555PLATFORM_ID=1
5656
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ async function bootstrap(): Promise<void> {
2929
3030 const agentSpinupPayload : IAgentSpinupDto = {
3131 walletName : process . env . PLATFORM_WALLET_NAME ,
32- walletPassword : process . env . PLATFORM_WALLET_KEY ,
32+ walletPassword : process . env . PLATFORM_WALLET_KEY ,
3333 seed : process . env . PLATFORM_SEED ,
3434 orgName : `${ CommonConstants . PLATFORM_ADMIN_ORG } ` ,
3535 platformAdminEmail : process . env . PLATFORM_ADMIN_EMAIL ,
You can’t perform that action at this time.
0 commit comments