Helps to load environment configurations from yaml files
Helps to load environment configurations from yaml files
Module that manage configurations
A tool for quickly switching between different file configurations, using symbolic links.
Unified configuration management for Iron Runtime
Layered configuration from files and environment variables
Download and parse ETF Matcher ticker vector configurations.
better-config is a library for managing environment variables in Rust applications, providing a more ergonomic and type-safe configuration management experience.
A configuration loader library that supports multiple formats.
This is a package for CERK. CERK is an open source CloudEvents Router written in Rust with a MicroKernel architecture.
Brix's crate for loading and managing configs.
This is a package for CERK. CERK is an open source CloudEvents Router written in Rust with a MicroKernel architecture.
Opinionated configuration settings load mechanism for Rust applications
Drop-in Solid Pod server binary. Wraps solid-pod-rs with actix-web and a JSS-compatible layered config loader.
Loading strategies for cfgmatic configuration framework
Configuration files loader
simple way to load erb yaml config files. based upon http://railscasts.com/episodes/85-yaml-configuration-file
A customizable YAML configuration library for Rails and Ruby, featuring wildcards, nesting, namespacing and local override.
Load yaml and json config files and make the structures easily available for use in the app.
Abstracts out the loading of common configuration files such as database.yml dependent on the Rails environment
Utility class to load YAML config files
simple way to load erb yaml config files. based upon http://railscasts.com/episodes/85-yaml-configuration-file with OpenStruct support
Used by tribunals_frontend and tribunals_api to share configuration. To use: 1) add "gem 'moj_tribunals_config'" to your Gemfile 2) in an initializer, add the following code: require 'moj_tribunals_config' my_config = Moj::Tribunals::ConfigLoader.new.load This will load the default config files from the gem. To load different files, you can provide an alternative path to the ConfigLoader.new method, e.g. my_config = Moj::Tribunals::ConfigLoader.new('/my/alternative/config/path').load To just load config for a specific tribunal, you can do: config_loader = Moj::Tribunals::ConfigLoader.new config_file = config_loader.config_file_for('utiac') config_loader.load_file( config_file ) RailsConfig integration ======================= If you're using the RailsConfig gem, your intializer can just do something like: files = Moj::Tribunals::ConfigLoader.new.config_files files.each{ |f| Settings.add_source!( f ) } Settings.reload!
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.