https-etherpad

This commit is contained in:
Andreas Stephanides
2017-05-12 07:18:19 +02:00
parent b5f1ae9e69
commit 4ed35f184c

View File

@@ -24,7 +24,7 @@ class Document < ActiveRecord::Base
"document_"+self.id.to_s
end
def self.ether
EtherpadLite.connect('http://www.etherpad.fet.at', File.new('config/etherpad/APIKEY.txt'))
EtherpadLite.connect('https://www.etherpad.fet.at', File.new('config/etherpad/APIKEY.txt'))
end
def create_pdf
require "open3"