# Functions
DetermineEnv helps to determine the location of the config file based on platform or flags during running of GoPage.
LoadConfig is needed for viper to load the config file.
# Structs
Config is a struct to contain the full config.yml file with multiple sections.
DirectoriesConfigurations struct contains the options within the yaml specific to the location of other data.
ServerConfigurations struct contains the options within the yaml specific to the server.