Sha256: 4570e3d90410c2f126f0dee8217b9b0eb935e2b955f8ab9cf75ba3440d1adc5d

Contents?: true

Size: 1.24 KB

Versions: 1

Compression:

Stored size: 1.24 KB

Contents

# -*- coding: utf-8 -*-

[inherit]
file = ../../../.shared/trac.ini

[project]
name = <%= project_name %>
admin = 
admin_trac_url = .
descr = My example project
footer = Visit the Trac open source project at<br /><a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a>
icon = /favicon.ico
url = 

[header_logo]
alt = 
height = -1
link = 
src = 
width = -1

[trac]
repository_dir = ../../../svn/<%= client_path %>/<%= project_path %>

[components]
batchmod.web_ui.batchmodifymodule = enabled
ldapplugin.* = enabled
themeengine.admin.simplethemeadminmodule = enabled
themeengine.api.themeenginesystem = enabled
themeengine.web_ui.themeenginemodule = enabled
crystalxtheme.theme.crystalxtheme = enabled

[theme]
theme = CrystalX

<% if @APP_CONFIG[:ldap][:enable] then %>
[ldap]
enable = <%= @APP_CONFIG[:ldap][:enable] %>
host = <%= @APP_CONFIG[:ldap][:host] %>
port = <%= @APP_CONFIG[:ldap][:port] %>
basedn = <%= @APP_CONFIG[:ldap][:basedn] %>
user_rdn = <%= @APP_CONFIG[:ldap][:user_rdn] %>
group_rdn = <%= @APP_CONFIG[:ldap][:group_rdn] %>
store_bind = <%= @APP_CONFIG[:ldap][:store_bind] %>
group_bind = <%= @APP_CONFIG[:ldap][:group_bind] %>
bind_user = <%= @APP_CONFIG[:ldap][:bind_user] %>
bind_passwd = <%= @APP_CONFIG[:ldap][:bind_user] %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ktec-subtrac-0.1.28 lib/subtrac/templates/trac.ini.erb