Sha256: 04ee67b6739da6084604a888069c966ee41b80cbf42e60915c3313e233b89a49

Contents?: true

Size: 1.74 KB

Versions: 1

Compression:

Stored size: 1.74 KB

Contents

#SUPERVISOR CONFIGURATION

#SUPERVISOR APP CONFIG (application)
# - If running in app mode (i.e. outside of a Rails app), configure settings here
#DELAYED JOB WORKER MACHINES (hosts)
# - Configure SSH connection info for the seperates hosts that are working delayed jobs
# - To add additional host connections, simply add another nested entry below
# - The DelayedJobMonitor::Worker module will establish SSH connections to each
#    one to monitor, start, and stop delayed_job workers.
#DELAYED JOB STORE (database)
# - Configure an ActiveRecord connection to the database that is hosting the delay_jobs database
# - Only 1 DB connection is supported at this time.

application:
  name:              #Your production Rails app "nickname". Used to parse Rails path, log paths, etc 
  email:             #email upon failures,changes,etc     
hosts:
  - 
    name:                                        # 'nickname' of host
    rails_path:                                  #  path of the Rails app on host machine, assumes '/var/www/RAILS_APP' by default
    host:                                        #  domain name of host for SSH connection
    username:                                    #  SSH Username
    password:                                    #  SSH Password
  - 
    name:                                        # 'nickname' of host
    rails_path:                                  #  path of the Rails app on host machine, assumes '/var/www/RAILS_APP' by default
    host:                                        #  domain name of host for SSH connection
    username:                                    #  SSH Username
    password:                                    #  SSH Password
database:
  host:
  port:
  adapter:
  database:
  username:
  password:
  template:

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
supervisor-0.0.95 config.yml