config

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//Service
	LogLevel = os.Getenv("LOG_LEVEL")

	//Auth
	AuthLoginUrl    = os.Getenv("AUTH_LOGIN_URL")
	ServiceId       = os.Getenv("SERVICE_ID")
	ServicePassword = os.Getenv("SERVICE_PASSWORD")
	AuthUserUrl     = os.Getenv("AUTH_USER_URL")

	//Database
	PostgresUser     = os.Getenv("POSTGRES_USER")
	PostgresDB       = os.Getenv("POSTGRES_DB")
	PostgresPassword = os.Getenv("POSTGRES_PASSWORD")
	PostgresHost     = os.Getenv("POSTGRES_HOST")
	PostgresPort     = os.Getenv("POSTGRES_PORT")
)

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