configs

package
v0.0.0-...-f1e4607 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LocalConfig

type LocalConfig struct {
	libConfig.Config
	Port          string `json:"port"`
	DbEngine      string `json:"db_engine"`
	DbConn        string `json:"db_conn"`
	Production    bool   `json:"production"`
	AutoMigration bool   `json:"auto_migration"`
	CorsEnabled   bool   `json:"cors_enabled"`
}

LocalConfig stores the configuration of the local environment variable

var Configuration LocalConfig

Configuration is proxy's global configuration

Jump to

Keyboard shortcuts

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