Sha256: 057bf0455c805be3fb1a9826494896eb3aa8d99f4ff8e87ecec068c1463172b6

Contents?: true

Size: 1.65 KB

Versions: 2

Compression:

Stored size: 1.65 KB

Contents

development: &non_production_settings
# Things that can be changed
    :admin:
        :username: "admin"
        :password: "6kvCHrTLk3ubo" # passw0rd
    
    :server_name: "Subtrac Development Server"
    :server_hostname: "dev.subtrac.com"
    :server_ip: "192.168.2.1"
    
    :installation_dir: test
    
    :dirs:
        :svn: svn
        :trac: trac
        :log: log
        :docs: www
        :conf: conf
        :conf_locations: conf/locations
        :temp: tmp
    :urls:
        :svn: "/svn"
    :templates:
        :virtual_host: "templates/vhost.erb"
        :location: "templates/location.erb"
        :trac: "templates/trac.erb"
        :projects: "templates/projects"

    :default_project_template: "blank"
    :default_client: "Subtrac"
    :default_project: "Public"
    :shared_trac_ini: "shared/trac.ini"
    :ldap:
        :enable: false
        :host: 
        :port: 
        :basedn: 
        :user_rdn: 
        :group_rdn: 
        :store_bind: 
        :group_bind: 
        :bind_user: 
        :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
            admins: admin
            salisburyk: admin
            client: clients

test:
    <<: *non_production_settings
    
production:
    

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
keithsalisbury-subtrac-0.1.5 lib/subtrac/config/config.yml
keithsalisbury-subtrac-0.1.6 lib/subtrac/config/config.yml