@@ -67,10 +67,10 @@ func (cfg *Config) RegisterFlags(f *flag.FlagSet) {
6767 f .StringVar (& cfg .Goldfish .Storage .Type , "ui.goldfish.storage.type" , "" , "Storage backend type (cloudsql, rds, or empty for no storage)" )
6868
6969 // CloudSQL flags
70- f .StringVar (& cfg .Goldfish .Storage .CloudSQLUser , "ui.goldfish.cloudsql.user" , "" , "CloudSQL username for Goldfish database." )
71- f .StringVar (& cfg .Goldfish .Storage .CloudSQLHost , "ui.goldfish.cloudsql.host" , "127.0.0.1" , "CloudSQL host for Goldfish database." )
72- f .IntVar (& cfg .Goldfish .Storage .CloudSQLPort , "ui.goldfish.cloudsql.port" , 3306 , "CloudSQL port for Goldfish database." )
73- f .StringVar (& cfg .Goldfish .Storage .CloudSQLDatabase , "ui.goldfish.cloudsql.database" , "goldfish" , "CloudSQL database name for Goldfish." )
70+ f .StringVar (& cfg .Goldfish .Storage .CloudSQLUser , "ui.goldfish.storage. cloudsql.user" , "" , "CloudSQL username for Goldfish database." )
71+ f .StringVar (& cfg .Goldfish .Storage .CloudSQLHost , "ui.goldfish.storage. cloudsql.host" , "127.0.0.1" , "CloudSQL host for Goldfish database." )
72+ f .IntVar (& cfg .Goldfish .Storage .CloudSQLPort , "ui.goldfish.storage. cloudsql.port" , 3306 , "CloudSQL port for Goldfish database." )
73+ f .StringVar (& cfg .Goldfish .Storage .CloudSQLDatabase , "ui.goldfish.storage. cloudsql.database" , "goldfish" , "CloudSQL database name for Goldfish." )
7474
7575 // RDS flags
7676 f .StringVar (& cfg .Goldfish .Storage .RDSEndpoint , "ui.goldfish.storage.rds.endpoint" , "" , "RDS endpoint (host:port)" )
0 commit comments