add sqlite to config.ini
This commit is contained in:
parent
bfd493f944
commit
b5a90af0c1
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
[database]
|
[database]
|
||||||
|
db_connection = mysql
|
||||||
;mysql_socket = /tmp/mariadb55.sock
|
;mysql_socket = /tmp/mariadb55.sock
|
||||||
mysql_host = mariadb
|
mysql_host = mariadb
|
||||||
mysql_port = 3306
|
mysql_port = 3306
|
||||||
|
@ -6,6 +7,10 @@ mysql_user = root
|
||||||
mysql_pass = root
|
mysql_pass = root
|
||||||
db_name = blog
|
db_name = blog
|
||||||
|
|
||||||
|
;[database]
|
||||||
|
;db_connection = sqlite
|
||||||
|
;sqlite_db = data/sqlite.db
|
||||||
|
|
||||||
[profile]
|
[profile]
|
||||||
title = Blog
|
title = Blog
|
||||||
name = Max Musermann
|
name = Max Musermann
|
||||||
|
|
Loading…
Reference in a new issue