config

package
v0.0.3-alpha Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2022 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	PROD struct {
		DB_USERNAME string
		DB_PASSWORD string
		DB_PORT     string
		DB_HOST     string
		DB_NAME     string
	}
	DEV struct {
		DB_USERNAME string
		DB_PASSWORD string
		DB_PORT     string
		DB_HOST     string
		DB_NAME     string
	}
}

Configuration: struct

func GetConfig

func GetConfig() Configuration

GetConfig: Configuration

Jump to

Keyboard shortcuts

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