Assert verifies that the environment variable 'env' is defined and returns a non-empty value.
GetInt returns the environment variable ENV['env'] or def if 'env' is not set.
GetString returns the environment variable ENV['env'] or def if 'env' is not set.