Sha256: c7eadcf7f9d7d21fc2ac3aa7b67823e3bcc80af9ed8e179942697f744fbd6542

Contents?: true

Size: 1004 Bytes

Versions: 1

Compression:

Stored size: 1004 Bytes

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: "*"
: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
#
##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.1 _config.yml