lib/conjur/command/ui.rb in conjur-asset-ui-1.3.0 vs lib/conjur/command/ui.rb in conjur-asset-ui-1.3.1

- old
+ new

@@ -25,10 +25,10 @@ c.action do |global_options,options,args| root = args.pop || File.expand_path('../../../public', File.dirname(__FILE__)) #TODO: login page api # just initialize API so if user is not logged in it will be asked for credentials *before* server is launched - @@api=nil # reset to avoid conflicts on server launch + @@api=nil # reset to avoid conflicts on server launch # ugly hack to override Configuration.env issues which are not working any more # after removal of sticky configurations support ENV["RACK_ENV"]="production"