Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Use correct path to app settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelia Davis and Jeff Schnitzer committed Sep 20, 2013
1 parent b4403ac commit 6ae70bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/models/app_settings.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
class AppSettings < Settingslogic
source Rails.root.join("config/app_settings.yml")
# This points at /var/vcap/packages, not /var/vcap/jobs which is where
# BOSH renders the config templates.
#source Rails.root.join("config/app_settings.yml")

source '/var/vcap/jobs/cf-mysql-broker/config/app_settings.yml'
end

0 comments on commit 6ae70bc

Please sign in to comment.