yellow/system/config/config.ini
2015-03-09 15:57:40 +01:00

51 lines
1.2 KiB
INI

// Yellow site configuration
sitename = Yellow
author = Yellow
theme = default
template = default
language = en
// timeZone = UTC
// serverScheme = http
// serverName = your.domain.name
// serverBase =
imageLocation = /media/images/
pluginLocation = /media/plugins/
themeLocation = /media/themes/
systemDir = system/
configDir = system/config/
coreDir = system/core/
pluginDir = system/plugins/
snippetDir = system/snippets/
templateDir = system/templates/
themeDir = system/themes/
mediaDir = media/
imageDir = media/images/
staticDir = cache/
staticDefaultFile = index.html
staticErrorFile = error404.html
contentDir = content/
contentRootDir = default/
contentHomeDir = home/
contentDefaultFile = page.txt
contentPagination = page
contentExtension = .txt
configExtension = .ini
errorPageFile = error(.*).txt
newPageFile = new(.*).txt
textStringFile = language(.*).ini
robotsTextFile = robots.txt
parser = markdownextra
parserSafeMode = 0
multiLanguageMode = 0
webinterfaceLocation = /edit/
webinterfaceServerScheme = http
webinterfaceUserHashAlgorithm = bcrypt
webinterfaceUserHashCost = 10
webinterfaceUserFile = user.ini
webinterfaceFilePrefix = published
commandlineIgnoreLocation =
commandlineSystemFile = .htaccess