Skip to content

Commit

Permalink
Merge pull request #6029 from avalonmediasystem/cjcolvar-patch-3
Browse files Browse the repository at this point in the history
Enable rubyconfig to work with array ENV variables
  • Loading branch information
cjcolvar authored Sep 10, 2024
2 parents 24cdb9a + 5263e6a commit 0925315
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/initializers/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@

# Parse numeric values as integers instead of strings.
config.env_parse_values = true

# Allow env variables for array settings
config.env_parse_arrays = true
end

0 comments on commit 0925315

Please sign in to comment.