File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Shared settings across all environments: https://www.rubydoc.info/gems/config/5.1.0:
2- # Overriden by: ./config/settings/#{environment}.yml
2+ # Overriden by: ./config/settings/#{environment}.yml
Original file line number Diff line number Diff line change 11# Development environment settings managed via Config Gem https://www.rubydoc.info/gems/config/5.1.0:
22
33cms_user : ' admin'
4- cms_password : ' mysecretpassword'
4+ cms_password : ' mysecretpassword'
Original file line number Diff line number Diff line change 1414# rollbar_proxy_host: <%= ENV['ROLLBAR_PROXY_HOST'] %>
1515# rollbar_proxy_port: <%= ENV['ROLLBAR_PROXY_PORT'] %>
1616# rollbar_proxy_user: <%= ENV['ROLLBAR_PROXY_USER'] %>
17- # rollbar_proxy_password: <%= ENV['ROLLBAR_PROXY_PASSWORD'] %>:we
17+ # rollbar_proxy_password: <%= ENV['ROLLBAR_PROXY_PASSWORD'] %>
Original file line number Diff line number Diff line change 1010# cms_password: 'mysecretpassword'
1111
1212# Rollbar configuration
13- # rollbar_access_token: <%= ENV['ROLLBAR_ACCESS_TOKEN'] %>
13+ # rollbar_access_token: <%= ENV['ROLLBAR_ACCESS_TOKEN'] %>
Original file line number Diff line number Diff line change 11# test environment settings:
22
33cms_user : ' admin'
4- cms_password : ' mysecretpassword'
4+ cms_password : ' mysecretpassword'
You can’t perform that action at this time.
0 commit comments