config

package
v0.1.1-beta Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2019 License: Apache-2.0 Imports: 2 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 {
	DatabaseHost     string
	DatabasePort     int
	DatabaseName     string
	DatabaseUser     string
	DatabasePassword string
	DatabaseSSLMode  bool
	Environment      string
	Hostname         string
	Port             int
	Permissions      *Permissions
	SentryDSN        string
	StatsdHost       string
	StatsdPort       int
}

Config contains the environment specific configuration values needed by the application.

func New

func New() Config

New returns an instance of Config

type Permissions

type Permissions struct {
	Admin []string
	Read  []string
	Write []string
}

Permissions contains lists of AWS IAM ARNs that are to be associated with each of the 3 valid permission groups.

Jump to

Keyboard shortcuts

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