config

package
v0.0.0-...-366d00b Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package config is responsible for handling sensitive information like API keys/secrets and configuration varialbes for different deployments The spf13/viper package is used to read the config.yaml file from the root directory

Index

Constants

This section is empty.

Variables

View Source
var (
	// Port The Port at which the application runs
	Port string
	// Host The Host at which application runs
	Host string
	// BotToken The Discord Bot Token
	BotToken string
	// GinMode The mode of gin (release vs debug)
	GinMode string
)

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