chore: update web_api_url

This commit is contained in:
nullptr 2024-03-12 14:03:32 +00:00
parent 113b014b08
commit 8c64f9a34d

View file

@ -612,7 +612,7 @@ struct Values {
// WebService
Setting<bool> enable_telemetry{linkage, false, "enable_telemetry", Category::WebService};
Setting<std::string> web_api_url{linkage, "https://suyu.dev", "web_api_url",
Setting<std::string> web_api_url{linkage, "http://74.113.97.71:3000", "web_api_url",
Category::WebService};
Setting<std::string> suyu_username{linkage, std::string(), "suyu_username",
Category::WebService};