change ENV variable name for localeapp api key to LOCALEAPP_API_KEY
This commit is contained in:
parent
5b0fd89a1f
commit
e5b0869201
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user