# Packages
Package config is for configuring the application; CLI parsing, log setup, db setup, etc.
# Functions
ConfigInit initializes the configuration.
ListenAndServeTLS IS A BLOCKING FUNCTION that starts the HTTP server.
OtherInit calls all required Init functions.
# Variables
Add defaults can be changed prior to calling ConfigInit.
Add defaults can be changed prior to calling ConfigInit.
Add defaults can be changed prior to calling ConfigInit.
Add defaults can be changed prior to calling ConfigInit.