starrocks.go 89 B

123456
  1. package constant
  2. const (
  3. MysqlUser = "starrocks_user"
  4. MysqlPass = "SR_Password123!"
  5. )