diff --git a/cmd/chirpstack-fuota-server/cmd/root.go b/cmd/chirpstack-fuota-server/cmd/root.go index 493fa0e..120e032 100644 --- a/cmd/chirpstack-fuota-server/cmd/root.go +++ b/cmd/chirpstack-fuota-server/cmd/root.go @@ -38,9 +38,9 @@ func init() { viper.SetDefault("postgresql.automigrate", true) viper.SetDefault("postgresql.max_idle_connections", 2) - viper.SetDefault("application_server.event_handler.marshaler", "protobuf") - viper.SetDefault("application_server.event_handler.http.bind", "0.0.0.0:8090") - viper.SetDefault("application_server.api.server", "localhost:8080") + viper.SetDefault("chirpstack.event_handler.marshaler", "protobuf") + viper.SetDefault("chirpstack.event_handler.http.bind", "0.0.0.0:8090") + viper.SetDefault("chirpstack.api.server", "localhost:8080") viper.SetDefault("fuota_server.api.bind", "0.0.0.0:8070") rootCmd.AddCommand(configCmd)