# 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.