added upgrade to move template into utility assets
This commit is contained in:
parent
cb17c19f23
commit
5115e364eb
3 changed files with 11 additions and 43 deletions
|
|
@ -1,7 +1,3 @@
|
|||
######################################
|
||||
# PATHS AND URLS
|
||||
######################################
|
||||
|
||||
# Add a comma seperated list of the names this site can use.
|
||||
|
||||
sitename = www.example.com, example.com
|
||||
|
|
@ -38,12 +34,6 @@ uploadsPath = /data/WebGUI/www/uploads
|
|||
|
||||
#fileCacheRoot=/path/to/cache
|
||||
|
||||
|
||||
|
||||
######################################
|
||||
# DATABASE CONFIGURATION
|
||||
######################################
|
||||
|
||||
# The database connection string. It usually takes the form of
|
||||
# DBI:<driver>:<db>;host=<hostname>
|
||||
|
||||
|
|
@ -57,8 +47,8 @@ dbuser = webgui
|
|||
|
||||
dbpass = password
|
||||
|
||||
# You can configure up to three read-only slaves to increase
|
||||
# WebGUI's read performance.
|
||||
# You can configure up to three read-only database slaves to
|
||||
# increase WebGUI's read performance.
|
||||
|
||||
#dbslave1 = dsn => DBI:mysql:www_example_com;host=dbslave1.example.com, \
|
||||
# dbuser => webgui, \
|
||||
|
|
@ -72,34 +62,16 @@ dbpass = password
|
|||
# dbuser => webgui, \
|
||||
# dbpass => password
|
||||
|
||||
|
||||
|
||||
######################################
|
||||
# AUTHENTICATION
|
||||
######################################
|
||||
|
||||
# List the authentication plug-ins you wish to be available on
|
||||
# this site.
|
||||
|
||||
authMethods = LDAP, WebGUI
|
||||
|
||||
|
||||
|
||||
######################################
|
||||
# COMMERCE
|
||||
######################################
|
||||
|
||||
# List the merchant gateways you have installed and wish to be
|
||||
# available on this site.
|
||||
|
||||
paymentPlugins = ITransact
|
||||
|
||||
|
||||
|
||||
######################################
|
||||
# ASSETS
|
||||
######################################
|
||||
|
||||
# Specify a the list of assets you want to appear in your
|
||||
# Add Content menus.
|
||||
|
||||
|
|
@ -168,12 +140,6 @@ DeleteExpiredEvents_offset = 30
|
|||
|
||||
templateCacheType=file
|
||||
|
||||
|
||||
|
||||
######################################
|
||||
# MACROS
|
||||
######################################
|
||||
|
||||
# Specify the list of macros you wish to be processed on each page.
|
||||
|
||||
macros=# => Hash_userId, \
|
||||
|
|
@ -217,12 +183,6 @@ macros=# => Hash_userId, \
|
|||
r => r_printable, \
|
||||
u => u_companyUrl
|
||||
|
||||
|
||||
|
||||
######################################
|
||||
# SCHEDULED TASKS
|
||||
######################################
|
||||
|
||||
# A comma seperated list of scheduler plugins that you do NOT want
|
||||
# to run. Normally there's no reason to use this option.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue