config

package
v0.0.0-...-378dc56 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2021 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 Config

type Config struct {
	Host             string `envconfig:"HOST"`
	Port             string `envconfig:"PORT"`
	PgURL            string `envconfig:"DATABASE_URL"`
	PgMigrationsPath string `envconfig:"PG_MIGRATIONS_PATH"`
}

Config app config

func Get

func Get() *Config

Get reads config from environment once.

Jump to

Keyboard shortcuts

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