Sha256: d798da0a1ba450a2e191dc9e84a97d8c0071dabf35baaa8ee9770eac529b3f90
Contents?: true
Size: 1.65 KB
Versions: 5
Compression:
Stored size: 1.65 KB
Contents
development: &non_production_settings # Things that can be changed :admin_user: "admin" :server_name: "Subtrac Development Server" :server_hostname: "dev.subtrac.com" :installation_dir: test :default_project_template: "blank" :default_theme_template: "trac_theme" :default_client: "Subtrac" :default_project: "Public" :shared_trac_ini: "shared/trac.ini" :apache_conf_dir: /etc/apache2/sites-available :ldap: :enable: false :host: :port: :basedn: :user_rdn: :group_rdn: :store_bind: :group_bind: :bind_dn: :bind_passwd: :trac: :permissions: admins: TRAC_ADMIN clients: WIKI_VIEW TICKET_CREATE TICKET_APPEND developers: BROWSER_VIEW LOG_VIEW FILE_VIEW CHANGESET_VIEW TICKET_VIEW TICKET_CREATE TICKET_APPEND MILESTONE_VIEW MILESTONE_CREATE MILESTONE_MODIFY ROADMAP_VIEW REPORT_VIEW REPORT_SQL_VIEW`BROWSER_VIEW LOG_VIEW FILE_VIEW CHANGESET_VIEW TICKET_VIEW TICKET_CREATE TICKET_APPEND MILESTONE_VIEW MILESTONE_CREATE MILESTONE_MODIFY ROADMAP_VIEW REPORT_VIEW REPORT_SQL_VIEW client: clients # Internal config :dirs: :svn: svn :trac: trac :log: log :docs: www :conf: conf :locations: locations :temp: tmp :urls: :svn: "/svn" :templates: :virtual_host: "templates/vhost.conf.erb" :location: "templates/location.erb" :trac: "templates/trac.ini.erb" :projects: "templates/projects" test: <<: *non_production_settings production: <<: *non_production_settings
Version data entries
5 entries across 5 versions & 1 rubygems