-
-
Notifications
You must be signed in to change notification settings - Fork 25
Handling Duplicates Collisions
jfelchner edited this page Oct 27, 2014
·
1 revision
Similarly named settings in later files can override settings defined in earlier files.
If settings.yml
contains a value:
smtp:
server: "generalserver.com"
And then settings-test.yml
contains this:
smtp:
server: "testserver.com"
The when you access the value with Chamber[:smtp][:server]
you will receive
testserver.com
.
Copyright ©2023
- Release News
- Gem Comparison
- 12-Factor App Rebuttal
- Environment Variable Problems
- Installation
- Basics
- Defining Settings
- Accessing Settings
- Verifying Settings
- Namespaces
- Environment Variables
- Integrations
- Encryption
- Advanced Usage
- Command Line Reference