dev: add DEV_NO_CONFIG to prevent overwriting config
Created by: keegancsmith
When developing and restarting the sourcegraph frontend, it will overwrite the configuration stored in the database. This setting prevents loading configuration from files, which in turn will prevent the overwriting behaviour.