Sha256: 19d1ad971d31d1804f0eb74b9642d202b75c7f26862eb94ca63100b014d17120

Contents?: true

Size: 1.7 KB

Versions: 1

Compression:

Stored size: 1.7 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

    :default_project_template: "blank"
    :default_client: "Subtrac"
    :default_project: "Public"
    :shared_trac_ini: "shared/trac.ini"

    :apache2_conf: /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
            admins: admin
            salisburyk: admin
            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.erb"
        :location: "templates/location.erb"
        :trac: "templates/trac.erb"
        :projects: "templates/projects"

test:
    <<: *non_production_settings
    
production:
    

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
keithsalisbury-subtrac-0.1.9 lib/subtrac/config/config.yml