laserlemon / figaro

Simple Rails app configuration
MIT License
3.77k stars 287 forks source link

Environment variables in config/keycloak.yml files, not supported? #277

Open lucia-w opened 4 years ago

lucia-w commented 4 years ago

I added the configuration in config/application.yml file: KEYCLOAK_REALM: 'aaa-dev'

then I try to use it in config/keycloak.yml file: realm: <%= ENV["KEYCLOAK_REALM"] %>

but it seems not working, any suggestions?