new version 3.0.0

This commit is contained in:
amartynov 2014-12-12 13:22:42 +03:00
parent 3c3f1b1fea
commit 98fcbca3b5
3 changed files with 3 additions and 4 deletions

View File

@ -9,8 +9,8 @@ config[:role_separator] = "_"
config[:mongo_host] = "localhost"
config[:mongo_port] = 27017
config[:mongo_db] = "devops"
config[:mongo_user] = "user"
config[:mongo_password] = "pass"
#config[:mongo_user] = "user"
#config[:mongo_password] = "pass"
# devops port
config[:port] = 7070

View File

@ -32,7 +32,6 @@ class DevopsService < Sinatra::Base
mongo.create_root_user
::Provider::ProviderFactory.init(config)
set_up_providers_keys!(::Provider::ProviderFactory.all, mongo)
end
@@mongo

View File

@ -2,7 +2,7 @@ require 'sinatra/base'
class DevopsVersion < Sinatra::Base
VERSION = "2.0.1"
VERSION = "3.0.0"
get "/" do
VERSION