change ENV variable name for localeapp api key to LOCALEAPP_API_KEY

This commit is contained in:
Randy Morgan 2012-12-04 00:18:17 +09:00
parent 5b0fd89a1f
commit e5b0869201

View File

@ -1,5 +1,5 @@
Localeapp.configure do |config|
config.api_key = ENV['LOCALEAPP']
config.api_key = ENV['LOCALEAPP_API_KEY']
config.translation_data_directory = 'locales'
config.synchronization_data_file = '.localeapp/log.yml'
config.daemon_pid_file = '.localeapp/localeapp.pid'