m1k1oblog/config.ini

68 lines
1.2 KiB
INI
Raw Normal View History

2016-12-27 20:25:32 +00:00
[database]
db_connection = sqlite
;sqlite_db = data/sqlite.db
2016-12-27 20:25:32 +00:00
2020-06-11 00:08:56 +00:00
;[database]
;db_connection = mysql
;mysql_socket = /tmp/mysql.sock
;mysql_host = localhost
;mysql_port = 3306
;mysql_user = root
;mysql_pass = root
;db_name = blog
2020-06-11 00:08:56 +00:00
2016-12-27 20:25:32 +00:00
[profile]
title = Blog
name = Max Musermann
pic_small = static/images/profile.jpg
pic_big = static/images/profile_big.jpg
2017-09-23 14:09:42 +00:00
;cover = static/images/cover.jpg
2016-12-27 20:25:32 +00:00
2017-06-19 17:51:59 +00:00
[language]
lang = en
2017-09-23 18:03:34 +00:00
[components]
2017-09-23 10:19:00 +00:00
highlight = true
2017-09-23 18:03:34 +00:00
[custom]
2020-01-24 19:17:00 +00:00
theme = theme02
2019-09-02 15:52:10 +00:00
;header = data/header.html
2017-09-23 18:03:34 +00:00
;styles[] = static/styles/custom1.css
;styles[] = static/styles/custom2.css
;scripts = static/styles/scripts.css
2017-09-25 18:43:27 +00:00
[bbcode]
2017-09-24 18:07:22 +00:00
;bbtags[quote] = "<quote>{param}</quote>"
2017-09-24 18:01:23 +00:00
2017-09-25 18:43:27 +00:00
[admin]
2016-12-27 20:25:32 +00:00
force_login = true
nick = demo
pass = demo
2017-09-25 18:43:27 +00:00
[visitors]
;visitor[user] = pass
;visitor[user] = pass
2019-12-26 17:05:34 +00:00
[directories]
2019-12-26 17:20:19 +00:00
images_path = data/i/
thumbnails_path = data/t/
logs_path = data/logs/
2019-12-26 17:05:34 +00:00
2020-02-21 12:54:56 +00:00
[proxy]
;proxy = hostname:port
;proxyauth = username:password
;proxytype = CURLPROXY_HTTP ; default, if not set
;proxytype = CURLPROXY_SOCKS4
;proxytype = CURLPROXY_SOCKS5
2020-02-21 16:57:26 +00:00
;URL_PREFIX type:
;proxy = http://your.page.com/proxy.cgi?
;proxyauth = username:password
;proxytype = URL_PREFIX
2016-12-27 20:25:32 +00:00
[system]
2020-05-27 00:28:31 +00:00
;timezone = Europe/Vienna
2016-12-27 20:25:32 +00:00
system_name = blog
2020-03-27 00:46:41 +00:00
version = 1.253
2019-12-26 19:43:03 +00:00
debug = false
2016-12-27 20:25:32 +00:00
logs = false