From e138d05fc31c2e6ddde0c9f59372bdec5c4e52d1 Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Thu, 20 Dec 2012 15:54:57 +0600 Subject: [PATCH] [refs #789] fix bug with file-store upload --- bin/file-store.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/file-store.rb b/bin/file-store.rb index 631b0067a..390121568 100755 --- a/bin/file-store.rb +++ b/bin/file-store.rb @@ -9,7 +9,7 @@ old_sources = if File.exist? abf_yml [] end #MAX_SIZE = 2 * 1024 * 1024 # 2.megabytes -url = "#{APP_CONFIG['file_store_url']}.json" +url = 'http://file-store.rosalinux.ru/api/v1/file_stores.json' #url = 'http://localhost:3001/api/v1/file_stores.json' rclient = RestClient::Resource.new(url, :user => ARGF.argv[0]) # user auth token