You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
662 B

2 months ago
package misc
var (
FavCountTopicName = "fav_count"
FavCountGroupName = "fav_count01"
ViperConfigEnvPrefix = "DOUTOK_FAVORITE"
ViperConfigEnvFilename = "favorite"
ConfigIndex_MySQLUsername = "MySQL.Username"
ConfigIndex_MySQLPassword = "MySQL.Password"
ConfigIndex_MySQLHost = "MySQL.Host"
ConfigIndex_MySQLPort = "MySQL.Port"
ConfigIndex_MySQLDb = "MySQL.Database"
ConfigIndex_RedisDest = "Redis.Dest"
ConfigIndex_RedisPassword = "Redis.Password"
ConfigIndex_RedisFavCacheDbNum = "Redis.FavCache.Num"
ConfigIndex_RedisFavCntCacheDbNum = "Redis.FavCntCache.Num"
ConfigIndex_SnowFlake = "Snowflake.Node"
)