Sha256: a05c3f38593341d3bea1852e4bd4d385c7ef71fedacf6802bcb06f242a6defbb
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
--- connection: "sqlite://blog.db" approve_by_default: false allow_anonymous_post: false timestamp_format: "%d/%m/%Y - %H:%M" allow_cors: true cors_origin: "*" auto_escape_html: true :users: # ##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 # ##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 bodys # ##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.2 | _config.yml |