package
Version:
v0.0.0-...-9901557
Opens a new window with list of versions in this module.
Published: May 21, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
AppPort int `envconfig:"data_maker_app_port" default:"8082"`
RedisPort int `envconfig:"redis_port" default:"6379"`
RedisHost string `envconfig:"redis_host" default:"127.0.0.1"`
RedisPoolSize int `envconfig:"redis_pool_size" default:"10"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.