yellow/system/config/config.ini

51 lines
1.2 KiB
INI
Raw Normal View History

2013-04-14 22:41:04 +00:00
// Yellow site configuration
2013-04-07 18:04:09 +00:00
2013-09-17 09:18:01 +00:00
sitename = Yellow
author = Yellow
2014-10-17 10:53:25 +00:00
theme = default
2014-08-29 07:15:49 +00:00
template = default
language = en
2013-05-23 06:24:50 +00:00
2015-03-09 14:57:40 +00:00
// timeZone = UTC
2014-05-15 11:53:54 +00:00
// serverScheme = http
// serverName = your.domain.name
2014-02-17 13:13:11 +00:00
// serverBase =
2013-05-23 06:24:50 +00:00
imageLocation = /media/images/
pluginLocation = /media/plugins/
2014-10-17 10:53:25 +00:00
themeLocation = /media/themes/
2013-04-07 18:04:09 +00:00
systemDir = system/
configDir = system/config/
2015-01-19 19:05:51 +00:00
coreDir = system/core/
2013-04-07 18:04:09 +00:00
pluginDir = system/plugins/
snippetDir = system/snippets/
templateDir = system/templates/
2014-10-17 10:53:25 +00:00
themeDir = system/themes/
mediaDir = media/
2013-05-23 06:24:50 +00:00
imageDir = media/images/
2015-01-19 19:05:51 +00:00
staticDir = cache/
staticDefaultFile = index.html
staticErrorFile = error404.html
2013-04-07 18:04:09 +00:00
contentDir = content/
contentRootDir = default/
contentHomeDir = home/
2013-04-14 22:41:04 +00:00
contentDefaultFile = page.txt
contentPagination = page
2013-04-07 18:04:09 +00:00
contentExtension = .txt
configExtension = .ini
2013-04-14 22:41:04 +00:00
errorPageFile = error(.*).txt
newPageFile = new(.*).txt
2014-11-27 12:42:22 +00:00
textStringFile = language(.*).ini
2015-01-19 19:05:51 +00:00
robotsTextFile = robots.txt
2014-08-29 07:15:49 +00:00
parser = markdownextra
parserSafeMode = 0
multiLanguageMode = 0
webinterfaceLocation = /edit/
2014-08-19 10:06:09 +00:00
webinterfaceServerScheme = http
webinterfaceUserHashAlgorithm = bcrypt
webinterfaceUserHashCost = 10
webinterfaceUserFile = user.ini
webinterfaceFilePrefix = published
2015-01-19 19:05:51 +00:00
commandlineIgnoreLocation =
commandlineSystemFile = .htaccess