The configuration for the server is handled via files in config. The config.yml file
is loaded first and the subsequent ENV specific file is merged in taking precedence
in the case of a key collision.
Configure via environment variables
All of the config values are overrideable via environment variables and their name is automatically
allocated. Every env var is prefixed with RANVIER_ and every underscore represents a
traversal down the object tree.
Valid Env Vars
Key
Description
Default
ENV
The environment that the server will operate in. Affects which of the config/<ENV>.yml files is loaded.
dev
SERVER_PORT
The port that the server will run on.
8080
GIT_REMOTE
The remote git URL that contains your configuration.