Cannot start satellite: live-accounting parsing "" invalid syntax

storj_satellite_1          | 2020-02-19T22:37:35.818Z	DEBUG	process/exec_conf.go:330	Unrecoverable error	{"error": "Error creating live accounting cache: live-accounting: strconv.Atoi: parsing \"\": invalid syntax\n\tstorj.io/storj/satellite/accounting/live.newRedisLiveAccounting:26\n\tstorj.io/storj/satellite/accounting/live.NewCache:39\n\tmain.cmdRun:228\n\tstorj.io/storj/pkg/process.cleanup.func1.2:307\n\tstorj.io/storj/pkg/process.cleanup.func1:325\n\tgithub.com/spf13/cobra.(*Command).execute:826\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:914\n\tgithub.com/spf13/cobra.(*Command).Execute:864\n\tstorj.io/storj/pkg/process.ExecWithCustomConfig:84\n\tstorj.io/storj/pkg/process.ExecCustomDebug:66\n\tmain.main:455\n\truntime.main:203", "errorVerbose": "Error creating live accounting cache: live-accounting: strconv.Atoi: parsing \"\": invalid syntax\n\tstorj.io/storj/satellite/accounting/live.newRedisLiveAccounting:26\n\tstorj.io/storj/satellite/accounting/live.NewCache:39\n\tmain.cmdRun:228\n\tstorj.io/storj/pkg/process.cleanup.func1.2:307\n\tstorj.io/storj/pkg/process.cleanup.func1:325\n\tgithub.com/spf13/cobra.(*Command).execute:826\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:914\n\tgithub.com/spf13/cobra.(*Command).Execute:864\n\tstorj.io/storj/pkg/process.ExecWithCustomConfig:84\n\tstorj.io/storj/pkg/process.ExecCustomDebug:66\n\tmain.main:455\n\truntime.main:203\n\tmain.cmdRun:230\n\tstorj.io/storj/pkg/process.cleanup.func1.2:307\n\tstorj.io/storj/pkg/process.cleanup.func1:325\n\tgithub.com/spf13/cobra.(*Command).execute:826\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:914\n\tgithub.com/spf13/cobra.(*Command).Execute:864\n\tstorj.io/storj/pkg/process.ExecWithCustomConfig:84\n\tstorj.io/storj/pkg/process.ExecCustomDebug:66\n\tmain.main:455\n\truntime.main:203"}
storj_satellite_1          | Error: Error creating live accounting cache: live-accounting: strconv.Atoi: parsing "": invalid syntax
storj_satellite_1          | 	storj.io/storj/satellite/accounting/live.newRedisLiveAccounting:26
storj_satellite_1          | 	storj.io/storj/satellite/accounting/live.NewCache:39
storj_satellite_1          | 	main.cmdRun:228
storj_satellite_1          | 	storj.io/storj/pkg/process.cleanup.func1.2:307
storj_satellite_1          | 	storj.io/storj/pkg/process.cleanup.func1:325
storj_satellite_1          | 	github.com/spf13/cobra.(*Command).execute:826
storj_satellite_1          | 	github.com/spf13/cobra.(*Command).ExecuteC:914
storj_satellite_1          | 	github.com/spf13/cobra.(*Command).Execute:864
storj_satellite_1          | 	storj.io/storj/pkg/process.ExecWithCustomConfig:84
storj_satellite_1          | 	storj.io/storj/pkg/process.ExecCustomDebug:66
storj_satellite_1          | 	main.main:455
storj_satellite_1          | 	runtime.main:203
srv_storj_satellite_1 exited with code 1

Config:

# what to use for storing real-time accounting data
live-accounting.storage-backend: "redis://storj_redis:6379"

Does anyone know what is wrong or where I can find documentation on setting up a satellite? I don’t understand what I am doing wrong here.

Solved by setting the URL to redis://storj_redis:6379?db=1