Sha256: f57f2e27ae828a3656c4efad47586f4b8f788f56b0cf56c49185571a7335ad86

Contents?: true

Size: 981 Bytes

Versions: 5

Compression:

Stored size: 981 Bytes

Contents

# see https://github.com/ankane/blazer for more info

data_sources:
  main:
    url: <%%= ENV["BLAZER_DATABASE_URL"] %>

    # statement timeout, in seconds
    # applies to PostgreSQL only
    # none by default
    # timeout: 15

    # time to cache results, in minutes
    # can greatly improve speed
    # none by default
    # cache: 60

    # wrap queries in a transaction for safety
    # not necessary if you use a read-only user
    # true by default
    # use_transaction: false

    smart_variables:
      # zone_id: "SELECT id, name FROM zones ORDER BY name ASC"

    linked_columns:
      # user_id: "/admin/users/{value}"

    smart_columns:
      # user_id: "SELECT id, name FROM users WHERE id IN {value}"

# create audits
audit: true

# change the time zone
# time_zone: "Pacific Time (US & Canada)"

# class name of the user model
# user_class: User

# method name for the user model
# user_name: name

# email to send checks from
# from_email: blazer@example.org

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blazer-1.1.0 lib/generators/blazer/templates/config.yml
blazer-1.0.4 lib/generators/blazer/templates/config.yml
blazer-1.0.3 lib/generators/blazer/templates/config.yml
blazer-1.0.2 lib/generators/blazer/templates/config.yml
blazer-1.0.1 lib/generators/blazer/templates/config.yml