tu

package
v3.2.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2020 License: GPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// IPv4Host env(PG_IPV4_HOST) or 127.0.0.1
	IPv4Host = getVar("PG_IPV4_HOST", ipv4Host)
	// IPv6Host env(PG_IPV6_HOST) or ::1
	IPv6Host = getVar("PG_IPV6_HOST", ipv6Host)
	// Password env(PG_PASSWORD) or root
	Password = getVar("PG_PASSWORD", password)
	// Username env(PG_USERNAME) or PG
	Username = getVar("PG_USERNAME", username)

	IPv4PG9Port  = getVar("PG_IPV4_9_PORT", ipv4PG9Port)
	IPv4PG10Port = getVar("PG_IPV4_10_PORT", ipv4PG10Port)
	IPv4PG11Port = getVar("PG_IPV4_11_PORT", ipv4PG11Port)
	IPv4PG12Port = getVar("PG_IPV4_12_PORT", ipv4PG12Port)

	IPv6PG9Port  = getVar("PG_IPV6_9_PORT", ipv6PG9Port)
	IPv6PG10Port = getVar("PG_IPV6_10_PORT", ipv6PG10Port)
	IPv6PG11Port = getVar("PG_IPV6_11_PORT", ipv6PG11Port)
	IPv6PG12Port = getVar("PG_IPV6_12_PORT", ipv6PG12Port)

	PG9DockerIP  = getContainerIP(pg9Container)
	PG10DockerIP = getContainerIP(pg10Container)
	PG11DockerIP = getContainerIP(pg11Container)
	PG12DockerIP = getContainerIP(pg12Container)

	DefaultPGPort = "5432"
)

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