Skip to content

Commit

Permalink
adding missing map value for request-timeout to get proper FCLI_ ENV,…
Browse files Browse the repository at this point in the history
… see Dockerfile
  • Loading branch information
techlab-lainio committed Jan 14, 2022
1 parent f8060fb commit 88b05fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/agency.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ var agencyStartEnvs = map[string]string{
"wallet-backup": "WALLET_BACKUP",
"wallet-backup-time": "WALLET_BACKUP_TIME",
"wallet-pool": "WALLET_POOL",
"request-timeout": "REQUEST_TIMEOUT",
}

// startAgencyCmd represents the agency start subcommand
Expand Down

0 comments on commit 88b05fb

Please sign in to comment.