m1k1oblog/config.ini

78 lines
1.4 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
2021-10-29 19:56:50 +00:00
;[database]
;db_connection = postgres
;postgres_socket = /tmp/postgres.sock
;postgres_host = localhost
;postgres_port = 5432
;postgres_user = root
;postgres_pass = root
;db_name = blog
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
2021-11-20 18:36:00 +00:00
;footer = "Edit this if you really want to remove my backlink :("
2017-09-23 18:03:34 +00:00
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
2020-07-05 17:41:45 +00:00
[friends]
;friends[user] = pass
;friends[user] = pass
2017-09-25 18:43:27 +00:00
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
2023-01-24 17:18:53 +00:00
version = 1.42
2021-10-29 21:21:43 +00:00
debug = false
2020-11-06 09:05:37 +00:00
logs = false