Sha256: aa11568b399c871372e3919658b8a460b00c6e4433348ccf11519f27fd2b714e

Contents?: true

Size: 964 Bytes

Versions: 3

Compression:

Stored size: 964 Bytes

Contents

databases:
  primary:
    # Database URL (defaults to app database)
    # url: <%%= ENV["DATABASE_URL"] %>

  # Add more databases
  # other:
  #   url: <%%= ENV["OTHER_DATABASE_URL"] %>

# Minimum time for long running queries
# long_running_query_sec: 60

# Minimum average time for slow queries
# slow_query_ms: 20

# Minimum calls for slow queries
# slow_query_calls: 100

# Minimum connections for high connections warning
# total_connections_threshold: 500

# Statement timeout for explain
# explain_timeout_sec: 10

# Time zone (defaults to app time zone)
# time_zone: "Pacific Time (US & Canada)"

# Basic authentication
# username: admin
# password: secret

# Stats database URL (defaults to app database)
# stats_database_url: <%%= ENV["PGHERO_STATS_DATABASE_URL"] %>

# AWS configuration (defaults to app AWS config)
# also need aws_db_instance_identifier with each database
# aws_access_key_id: ...
# aws_secret_access_key: ...
# aws_region: us-east-1

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pghero-2.4.2 lib/generators/pghero/templates/config.yml.tt
pghero-2.4.1 lib/generators/pghero/templates/config.yml.tt
pghero-2.4.0 lib/generators/pghero/templates/config.yml.tt