Sha256: e1f2ef3e54e8abc9d76b8adb1772f1752bfc38053ed5b9f71e50cb3a752d0e9b
Contents?: true
Size: 956 Bytes
Versions: 13
Compression:
Stored size: 956 Bytes
Contents
# This is the default configuration, created by the traq setup command default: &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 # This is a custom configuration to be used wit -t or --target option. # It inherits all the default configs, just changing the directory. # It can be used like: # $ traq -t custom # or # $ traq --target custom custom: <<: *default directory: /tmp/traq_test_custom
Version data entries
13 entries across 13 versions & 1 rubygems