Testing ci
Refactored startup configuration to use config/qserver/config.yml. REDIS_ADDRESS must be passed as an environment variable to the startup script or it will default to localhost:6379.
A more robust method of configuring via environment variables should be included to make CI testing easier in the future. This can be accomplished by checking and setting default values for environment variables in the startup script as seen here in startup/startup.sh.