# Functions
Initialize the config.
InitializeP the config but panic if anything goes wrong.
NewModeViper creates a viper.Viper with config path and environment prefixes set.
# Constants
AppConfigFilename is the filename for the app config file.
# Variables
AppFS is a handle to the filesystem in use.
# Structs
AppConfig holds the relevant generated app config.toml file variables.
Configuration holds app state variables.
DBConfig holds the configuration variables contained in the config.toml file for the environment currently loaded (obtained from GetDatabaseEnv()).