From 7e055c6eaf4291539c77932b29b8db0cc42c5d8c Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 20 Jan 2022 18:51:27 +0000 Subject: started work on templating --- smarker.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'smarker.conf') diff --git a/smarker.conf b/smarker.conf index 598ffa5..180b8cf 100644 --- a/smarker.conf +++ b/smarker.conf @@ -1,10 +1,10 @@ -[mysql] -host = 192.168.1.92 -port = 3306 -user = smarker -passwd = smarkerPassword - -[.md] -show_full_docs = True -show_source = True +[mysql] +host = 192.168.1.92 +port = 3306 +user = smarker +passwd = smarkerPassword + +[.md] +show_full_docs = True +show_source = True show_numlines = True \ No newline at end of file -- cgit v1.2.3