bin/mongo3 in mongo3-0.0.3 vs bin/mongo3 in mongo3-0.0.4
- old
+ new
@@ -24,6 +24,6 @@
puts "\n\n >>> Opening console..."
puts "\n"*2
open( "http://localhost:6666/explore" )
end
-Sinatra::Application.run! :port => 6666
+Sinatra::Application.run! :port => 6666, :environment => 'production'
\ No newline at end of file