config

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	PragmaticFeedWSURL  string `mapstructure:"PRAGMATIC_FEED_WS_URL"`
	CasinoID            string `mapstructure:"CASINO_ID"`
	TableIDs            string `mapstructure:"TABLE_IDS"`
	CurrencyIDs         string `mapstructure:"CURRENCY_IDS"`
	ServerPort          string `mapstructure:"SERVER_PORT"`
	PusherChannelID     string `mapstructure:"PUSHER_CHANNEL_ID"`
	PusherPeriodMinutes int    `mapstructure:"PUSHER_PERIOD_MINUTES"`
	PusherAppID         string `mapstructure:"PUSHER_APP_ID"`
	PusherKey           string `mapstructure:"PUSHER_KEY"`
	PusherSecret        string `mapstructure:"PUSHER_SECRET"`
	PusherCluster       string `mapstructure:"PUSHER_CLUSTER"`
}

Config stores all configuration of the application. The values are read by viper from a config file or environment variable.

func LoadConfig

func LoadConfig(path string) (config Config, err error)

LoadConfig reads configuration from file or environment variables.

Jump to

Keyboard shortcuts

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