root/trunk/config/backgroundrb.yml.sample

Revision 1795, 327 bytes (checked in by benjamin, 2 years ago)

updagted backgroundrb.yml

Line 
1 ---
2 port: "22222"
3 timer_sleep: 60
4 load_rails: true
5 environment: development
6 host: localhost
7 database_yml: config/database.yml
8 acl:
9   deny: all
10   allow: localhost 127.0.0.1
11   order: deny,allow
12
13 autostart:
14   ferret_server:
15     class: 'OMDB::Ferret::FerretServerWorker'
16   page_cache_sweeper:
17     class: 'PageCacheSweeperWorker'
Note: See TracBrowser for help on using the browser.