Sha256: 239eaff099a9a5ed9e52c0ae5c918173d501b4d6329478fd7ab4e992a5c8c7f5

Contents?: true

Size: 499 Bytes

Versions: 22

Compression:

Stored size: 499 Bytes

Contents

database:
  adapter: mysql
  database: mystatsdb_production
  username: root
  password: 
  host: localhost
  encoding: utf8
remote_servers:
  - :host: my.remoteserver.com
    :user: deploy
    :password: abc123
    :path: /home/deploy/rails/myapp/current/log
    :template: appstats
  - :host: jobs.remoteserver.com
    :user: deploy
    :password: abc123
    :path: /home/deploy/rails/myotherapp/current/log
    :template: appstats
third_party_queries:
  - :path: /file/to/your/custom/my_query.rb

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
appstats-0.17.4 config/appstats.yml.example
appstats-0.17.3 config/appstats.yml.example