77 lines
1.4 KiB
INI
77 lines
1.4 KiB
INI
[database]
|
|
db_connection = sqlite
|
|
;sqlite_db = data/sqlite.db
|
|
|
|
;[database]
|
|
;db_connection = mysql
|
|
;mysql_socket = /tmp/mysql.sock
|
|
;mysql_host = localhost
|
|
;mysql_port = 3306
|
|
;mysql_user = root
|
|
;mysql_pass = root
|
|
;db_name = blog
|
|
|
|
;[database]
|
|
;db_connection = postgres
|
|
;postgres_socket = /tmp/postgres.sock
|
|
;postgres_host = localhost
|
|
;postgres_port = 5432
|
|
;postgres_user = root
|
|
;postgres_pass = root
|
|
;db_name = blog
|
|
|
|
[profile]
|
|
title = Blog
|
|
name = Max Musermann
|
|
pic_small = static/images/profile.jpg
|
|
pic_big = static/images/profile_big.jpg
|
|
;cover = static/images/cover.jpg
|
|
|
|
[language]
|
|
lang = en
|
|
|
|
[components]
|
|
highlight = true
|
|
|
|
[custom]
|
|
theme = theme02
|
|
;header = data/header.html
|
|
;styles[] = static/styles/custom1.css
|
|
;styles[] = static/styles/custom2.css
|
|
;scripts = static/styles/scripts.css
|
|
;footer = "Edit this if you really want to remove my backlink :("
|
|
|
|
[bbcode]
|
|
;bbtags[quote] = "<quote>{param}</quote>"
|
|
|
|
[admin]
|
|
force_login = true
|
|
nick = demo
|
|
pass = demo
|
|
|
|
[friends]
|
|
;friends[user] = pass
|
|
;friends[user] = pass
|
|
|
|
[directories]
|
|
images_path = data/i/
|
|
thumbnails_path = data/t/
|
|
logs_path = data/logs/
|
|
|
|
[proxy]
|
|
;proxy = hostname:port
|
|
;proxyauth = username:password
|
|
;proxytype = CURLPROXY_HTTP ; default, if not set
|
|
;proxytype = CURLPROXY_SOCKS4
|
|
;proxytype = CURLPROXY_SOCKS5
|
|
|
|
;URL_PREFIX type:
|
|
;proxy = http://your.page.com/proxy.cgi?
|
|
;proxyauth = username:password
|
|
;proxytype = URL_PREFIX
|
|
|
|
[system]
|
|
;timezone = Europe/Vienna
|
|
version = 1.42
|
|
debug = false
|
|
logs = false
|