examples/tiny/conf/app.conf.rb in nitro-0.9.3 vs examples/tiny/conf/app.conf.rb in nitro-0.9.5
- old
+ new
@@ -8,14 +8,10 @@
require 'nitro'
# gmosx, FIXME: make this default!
-require 'ostruct'
-
-conf = {
+$conf = {
:host => 'localhost',
- :port => 8080,
+ :port => 8069,
:dispatcher => N::Dispatcher.new
}
-
-$conf = OpenStruct.new(conf)