package
Version:
v0.0.0-...-4733ae6
Opens a new window with list of versions in this module.
Published: Oct 4, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
PG_HOST = GetEnv("PG_HOST", "0.0.0.0")
PG_PORT = GetEnv("PG_PORT", "5432")
PG_USER = GetEnv("PG_USER", "postgres")
PG_DB = GetEnv("PG_DB", "postgres")
PG_PASSWORD = GetEnv("PG_PASSWORD", "admin@123")
PG_SSLMODE = GetEnv("PG_SSLMODE", "disable")
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.