Sha256: c9b8abbbcb7797d9486766b26ba43be9f2c4cc36c174b7257559b0ae847792ba

Contents?: true

Size: 1.13 KB

Versions: 7

Compression:

Stored size: 1.13 KB

Contents

# Default configuration# Default configuration--- 
default:
   directory: /tmp/traq_test
   user: taq
   list: 
   - Rakefile
   - config.ru
   - Gemfile
   - - config/application.rb
   - - config/environment.rb
   - - config/initializers/**/*
   - - config/environments/production.rb
   - - config/locales/**/*
   - - config/routes.rb
   - - app/**/*
   - - db/migrate/**/*
   - - public/javascripts/**/*
   - - public/stylesheets/**/*
   - - lib/**/*
   - - public/images/**/*
     - public/images/uploads/**/*
   password: fill your password here
   host: localhost
   server: passenger
   shell: bash -l -c 
custom:
   directory: /tmp/traq_test_custom
   user: taq
   list: 
   - Rakefile
   - config.ru
   - Gemfile
   - - config/application.rb
   - - config/environment.rb
   - - config/initializers/**/*
   - - config/environments/production.rb
   - - config/locales/**/*
   - - config/routes.rb
   - - app/**/*
   - - db/migrate/**/*
   - - public/javascripts/**/*
   - - public/stylesheets/**/*
   - - lib/**/*
   - - public/images/**/*
     - public/images/uploads/**/*
   password: fill your password here
   host: localhost
   shell: bash -l -c 

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
traquitana-0.0.21 config/custom.yml
traquitana-0.0.20 config/custom.yml
traquitana-0.0.19 config/custom.yml
traquitana-0.0.18 config/custom.yml
traquitana-0.0.17 config/custom.yml
traquitana-0.0.16 config/custom.yml
traquitana-0.0.15 config/custom.yml