Sha256: 105272b284b7857764c74953627919e0c3923f6a27fcdd41f59cc0bfbfc4c8e5
Contents?: true
Size: 1.36 KB
Versions: 1
Compression:
Stored size: 1.36 KB
Contents
--- connection: sqlite://blog.db approve_by_default: false allow_anonymous_post: false timestamp_format: "%d/%m/%Y - %H:%M" allow_cors: false cors_origin: "*" auto_escape_html: true paginate: false comments_per_page: 10 # ##connection : database connection url to be passed to sequel's connect method. ##check http://sequel.jeremyevans.net/rdoc/files/doc/opening_databases_rdoc.html ##all adapters supported by sequel can be used ##you can also use an enviroment variable formatted as ENV["variable"] or just "variable" holding your db's url # ##approve_by_default : set to true to allow all coments to be posted without moderation. # ##allow_anonymous_post : set to true to allow comments without a name. # ##timestamp_format : datetime format to be passed to strftime. ##see availabe options here http://ruby-doc.org/core-2.2.1/Time.html#method-i-strftime # ##allow_cors : set to true to enable cross-origin resource sharing. # ##cors_origin : see available formats here https://github.com/cyu/rack-cors # ##auto_escape_html : automatically escape html in comment bodies # ##paginate : set to true to have pagination support in comment retrieval # ##comments_per_page : how many comments to return per page if paginate is true # ##users : do not edit this by hand use 'rake adduser' instead. # ##if you edit this file after 'rake init' use 'rake update' for the changes to take effect. #
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
easycomments-1.0.5 | _config.yml |