···5656 Build *BuildFlags
5757 DataDir string
5858 DBURL string
5959+ LocalDBURL string
5960 EthAccountAddr string
6061 EthKeystorePath string
6162 EthPassword string
···242243 cli.StringSliceFlag(fs, &cli.AdminDIDs, "admin-dids", []string{}, "comma-separated list of DIDs that are authorized to modify branding and other admin operations")
243244 cli.StringSliceFlag(fs, &cli.Syndicate, "syndicate", []string{}, "list of DIDs that we should rebroadcast ('*' for everybody)")
244245 fs.BoolVar(&cli.PlayerTelemetry, "player-telemetry", true, "enable player telemetry")
246246+ fs.StringVar(&cli.LocalDBURL, "local-db-url", "sqlite://$SP_DATA_DIR/localdb.sqlite", "URL of the local database to use for storing local data")
247247+ cli.dataDirFlags = append(cli.dataDirFlags, &cli.LocalDBURL)
245248246249 fs.Bool("external-signing", true, "DEPRECATED, does nothing.")
247250 fs.Bool("insecure", false, "DEPRECATED, does nothing.")