Sha256: ecfcd4a02d055bb8f173834b5c0605352c299669d30bcb51ec3807066154cfe7

Contents?: true

Size: 703 Bytes

Versions: 4

Compression:

Stored size: 703 Bytes

Contents

require 'notee'

# Recommendation using .env

Notee.configure do |config|

  # root-user
  config.notee_id = "hogehoge"        # ENV['NOTEE_ID']
  config.notee_password = "hogehoge"  # ENV['NOTEE_PASSWORD']

  # recaptcha
  config.recaptcha_key = "hogehoge"         # ENV['RECAPTCHA_KEY']
  config.recaptcha_secret_key = "hogehoge"  # ENV['RECAPTCHA_SECRET_KEY']

  # blog
  config.blog_meta = {
      title: "Notee",
      url: "http://hogehoge.com",
      keyword: "hoge, hoge, hoge",
      description: "【react&rails】notee is creating CMS(blog) app by only one command.",
      og_image: "http://hogehoge.com/hoge.png"
  }

  # google-analytics
  config.google_analytics = "hogehogehogehoge"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
notee-1.1.2.1 lib/tasks/config/notee.rb
notee-1.1.2 lib/tasks/config/notee.rb
notee-1.1.1 lib/tasks/config/notee.rb
notee-1.1.0 lib/tasks/config/notee.rb