This commit is contained in:
张良(004796)
2024-04-10 18:25:48 +08:00
parent fdc51206d1
commit 7a0d20ad2a

View File

@@ -9,8 +9,8 @@ import org.springframework.stereotype.Component;
@ConfigurationProperties(prefix = "cai") @ConfigurationProperties(prefix = "cai")
public class CaiProperties { public class CaiProperties {
private String homeName = "蜜瓜"; private String homeName = "恋香";
private String coinName = "紫贝"; private String coinName = "黄钻";
private boolean enableApiEncryption = true; private boolean enableApiEncryption = true;
private boolean websocket = true; private boolean websocket = true;
} }