lib/saber/rc.rb in saber-1.1.1 vs lib/saber/rc.rb in saber-1.2.0
- old
+ new
@@ -1,10 +1,16 @@
+api_url = "http://saberapi.heroku.com"
scgi_server = "http://localhost/RPC2"
+browser = [:firefox]
+book_exts = %w[.epub .mobi .pdf .txt .html .djvu .chm .cbr .cbz .azw3]
+book_formats = %w[epub mobi pdf txt html djvu chm cbr cbz azw3]
p:
root = Pa.expand("../../..", __FILE__)
home = Pa("~/.saber")
homerc = Pa("~/.saberrc")
+ database = Pa("~/.saber/database")
+ template = Pa("~/.saber/templates")
aria2:
rpc = "http://localhost:6800/rpc"
port = 3014