Skip to content

Commit

Permalink
specify the correct path for the err_api_key.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
zflat committed Oct 11, 2014
1 parent 8dc5d5d commit 3d222b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/directories.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
APP_SECRET_BASE_FILE = File.join(APP_CONFIG_DIRECTORY , "secret_base.txt")
APP_MAILER_CONFIG_FILE = File.join(APP_CONFIG_DIRECTORY, "mailer_config.rb")
APP_DB_CONFIG_FILE = File.join(CONFIG_DIRECTORY_ROOT, "database.yml")
ERR_API_KEY = File.join(CONFIG_DIRECTORY_ROOT, "err_api_key.txt")
ERR_API_KEY = File.join(APP_CONFIG_DIRECTORY, "err_api_key.txt")

# tmp

Expand Down

0 comments on commit 3d222b6

Please sign in to comment.