config

package
v0.0.0-...-6ed9fbc Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const AllowedCORSDomain string = "http://localhost"
View Source
const Port string = ":8080"
View Source
const RouterBasePath_V1 string = "/pssworddb/api/v1"

Variables

View Source
var (
	ConnectionString = fmt.Sprintf("%s:%s@tcp(%s:%s)/%s",
		os.Getenv("USER_DB"),
		os.Getenv("PASSWORD_DB"),
		os.Getenv("HOST_DB"),
		os.Getenv("PORT_DB"),
		os.Getenv("NAME_DB"))
	SecretPassword = fmt.Sprint(os.Getenv("SECRET_JWT"))
)

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