Sha256: 71d29d3dea98bc43725accfda50b52b2886682d969d318f43ab724610cdf9125

Contents?: true

Size: 1.19 KB

Versions: 2

Compression:

Stored size: 1.19 KB

Contents

# 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
   - - config/storage.yml
   - - app/**/*
   - - db/migrate/**/*
   - - public/javascripts/**/*
   - - public/stylesheets/**/*
   - - lib/**/*
   - - bin/**/*
   - - 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
   - - config/storage.yml
   - - app/**/*
   - - db/migrate/**/*
   - - public/javascripts/**/*
   - - public/stylesheets/**/*
   - - lib/**/*
   - - bin/**/*
   - - public/images/**/*
     - public/images/uploads/**/*
   password: fill your password here
   host: localhost
   shell: bash -l -c 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
traquitana-0.1.3 config/custom.yml
traquitana-0.1.2 config/custom.yml