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]
|
||||
db_connection = mysql
|
||||
;mysql_socket = /tmp/mariadb55.sock
|
||||
mysql_host = mariadb
|
||||
mysql_port = 3306
|
||||
|
@ -6,6 +7,10 @@ mysql_user = root
|
|||
mysql_pass = root
|
||||
db_name = blog
|
||||
|
||||
;[database]
|
||||
;db_connection = sqlite
|
||||
;sqlite_db = data/sqlite.db
|
||||
|
||||
[profile]
|
||||
title = Blog
|
||||
name = Max Musermann
|
||||
|
|
Loading…
Reference in a new issue