m1k1oblog/config.ini

50 lines
829 B
INI
Raw Normal View History

2016-12-27 20:25:32 +00:00
[database]
;mysql_socket = /tmp/mariadb55.sock
2019-12-23 23:33:51 +00:00
mysql_host = mariadb
2019-12-23 20:22:45 +00:00
mysql_port = 3306
2019-12-23 20:20:41 +00:00
mysql_user = root
mysql_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
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
2016-12-27 20:25:32 +00:00
[system]
system_name = blog
version = 1.252
2019-12-26 19:43:03 +00:00
debug = false
2016-12-27 20:25:32 +00:00
logs = false