diff --git a/gec22_demo/web_redirector/redirector.oedl b/gec22_demo/web_redirector/redirector.oedl index 31d8076..d9a2e6f 100644 --- a/gec22_demo/web_redirector/redirector.oedl +++ b/gec22_demo/web_redirector/redirector.oedl @@ -27,7 +27,7 @@ defApplication('web_redirector') do |app| app.defProperty( "host", "Address to listen to", - "", + "-o", :order => 1, :type => :string, :dynamic => false, :mandatory => true, :default => 'localhost') app.defProperty( "rackapp",