conf

package
v0.0.0-...-2486f02 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UserTableName    = "t_user"
	ProductTableName = "t_product"
	OrderTableName   = "t_order"

	SecretKey   = "secret key"
	IdentityKey = "id"

	ShopLoginName     = "admin"
	ShopLoginPassword = "123"

	MySQLDefaultDSN = "gorm:gorm@tcp(localhost:3306)/gorm?charset=utf8&parseTime=True&loc=Local"
	EtcdAddress     = "127.0.0.1:2379"
	ESAddress       = "http://localhost:9200"
	RedisAddress    = "127.0.0.1:6379"

	RedisConnPoolSize = 20

	RedisKey_User = "user-"

	ProductESIndex = "product"

	UserRpcServiceName   = "cwg.bookshop.user"
	OrderRpcServiceName  = "cwg.bookshop.order"
	ItemRpcServiceName   = "cwg.bookshop.item"
	UserServiceAddress   = "127.0.0.1:8889"
	OrderServiceAddress  = "127.0.0.1:8890"
	ItemServiceAddress   = "127.0.0.1:8891"
	FacadeServiceAddress = "127.0.0.1:8080"
)

Variables

This section is empty.

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