Skip to content

Commit

Permalink
Revert appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chopin-fan committed Sep 4, 2024
1 parent 47595fc commit 53f389c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/AElf.Launcher/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"AllowedHosts": "*",
"CorsOrigins": "*",
"ConnectionStrings": {
"BlockchainDb": "redis://localhost:6666?db=1",
"StateDb": "redis://localhost:6666?db=1"
"BlockchainDb": "redis://localhost:6379?db=1",
"StateDb": "redis://localhost:6379?db=1"
},
"Account": {
"NodeAccount": "2E2zpf8zMzZBenM4eqtKJhX2m91UxhR1aPEw7hpBNhnJmzbkbp",
"NodeAccountPassword": "12345678"
"NodeAccount": "",
"NodeAccountPassword": ""
},
"Network": {
"BootNodes": [],
Expand Down

0 comments on commit 53f389c

Please sign in to comment.