m1k1oblog/config.ini

44 lines
727 B
INI
Raw Normal View History

2016-12-27 20:25:32 +00:00
[database]
;mysql_socket = /tmp/mariadb55.sock
2019-12-23 20:20:41 +00:00
mysql_host = localhost
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]
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
2016-12-27 20:25:32 +00:00
[system]
system_name = blog
2019-12-18 23:15:08 +00:00
version = 1.18
2016-12-27 20:25:32 +00:00
debug = true
logs = false