Sha256: 8566c2560b3c29e3991a445d7de2f15d07b5a1e7f6b368b67e610d5410ee4590

Contents?: true

Size: 1.25 KB

Versions: 6

Compression:

Stored size: 1.25 KB

Contents

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

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

[project]
name = <%= project.display_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

6 entries across 6 versions & 1 rubygems

Version Path
ktec-subtrac-0.1.33 lib/subtrac/trac/trac.ini.erb
ktec-subtrac-0.1.34 lib/subtrac/trac/trac.ini.erb
ktec-subtrac-0.1.36 lib/subtrac/trac/trac.ini.erb
ktec-subtrac-0.1.38 lib/subtrac/trac/trac.ini.erb
ktec-subtrac-0.1.39 lib/subtrac/trac/trac.ini.erb
ktec-subtrac-0.1.41 lib/subtrac/trac/trac.ini.erb