package
1.5.10
Repository: https://github.com/fragmenta/server.git
Documentation: pkg.go.dev

# Functions

Configuration returns all the configuration key/values for a given mode.
Get returns a specific value or "" if no value.
GetBool returns the current configuration value as bool (yes=true, no=false), or false if no value.
GetInt returns the current configuration value as int64, or 0 if no value.
New returns a new config, which defaults to development.
Production returns true if current config is production.

# Constants

DefaultPath is where our config is normally found for fragmenta apps.
Config modes are set when creating a new config.
Config modes are set when creating a new config.
Config modes are set when creating a new config.

# Variables

Current is the current configuration object for.

# Structs

Config represents a set of key/value pairs for each mode of the app, production, development and test.