restpack-web 0.2.25 → 0.2.26
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/restpack-web/app.rb +2 -0
- data/lib/restpack-web/version.rb +1 -1
- metadata +1 -1
data/lib/restpack-web/app.rb
CHANGED
@@ -9,6 +9,8 @@ module RestPack
|
|
9
9
|
|
10
10
|
options[:core_domain] ||= ENV['RESTPACK_CORE_SERVICE']
|
11
11
|
options[:access_key] ||= ENV['RESTPACK_ACCESS_KEY']
|
12
|
+
|
13
|
+
p "RestPack::Web::App.initialize: core_domain #{options[:core_domain]}"
|
12
14
|
@options = options
|
13
15
|
|
14
16
|
unless options[:core_domain] || options[:access_key]
|
data/lib/restpack-web/version.rb
CHANGED