constants

package
v0.0.0-...-542fe02 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UserTableName     = "users"
	VideosTableName   = "videos"
	FavoriteTableName = "favorite"

	SecretKey           = "secret key"
	IdentityKey         = "user id"
	FavoriteServiceName = "favorite"
	UserServiceName     = "user"
	PublishServiceName  = "publish"
	FeedServiceName     = "feed"

	CPURateLimit float64 = 80.0

	MaxVideoSize int64 = 128 * 1024 * 1024 // 可上传的单个视频大小最大为 128 MB
	MaxFeedCount       = 30                // 视频列表最大视频个数
)

Variables

View Source
var (
	// MySQLDefaultDSN = "root:gorm@tcp(host.docker.internal:18000)/test_douyin?charset=utf8&parseTime=True&loc=Local"
	MySQLDefaultDSN = "gorm:gorm@tcp(localhost:18000)/test_douyin?charset=utf8&parseTime=True&loc=Local"
	// EtcdAddress = "host.docker.internal:2379"
	EtcdAddress = "localhost:2379"

	RedisAddress  = "localhost:18003"
	RedisPassword = ""
	DBIndex       = 0 // 使用默认的数据库
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL