config

package
v0.0.0-...-b026736 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PORT = "8080"

	HOST = "localhost"

	PG_PORT = 5432

	PG_USER = "postgres"

	PG_PASSWORD = "postgres"

	PG_DATABASE_NAME = "test"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ENV_CONFIG

type ENV_CONFIG struct {
	HOST             string
	PG_USER          string
	PG_PASSWORD      string
	PG_DATABASE_NAME string
}

Jump to

Keyboard shortcuts

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