From f2f734194c03dfff2024cf417c502515ddb7a855 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 21 May 2022 22:38:52 +0100 Subject: Added running as an API --- Smarker/smarker.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Smarker/smarker.conf (limited to 'Smarker/smarker.conf') diff --git a/Smarker/smarker.conf b/Smarker/smarker.conf new file mode 100644 index 0000000..3416564 --- /dev/null +++ b/Smarker/smarker.conf @@ -0,0 +1,24 @@ +[mysql] +host = vps.eda.gay +port = 3307 +user = root +passwd = ************ + +[tex] +columns = 1 +show_full_docs = True +show_source = True +show_all_regex_occurrences = True +show_all_run_output = True + +[md] +show_full_docs = False +show_source = False +show_all_regex_occurrences = True +show_all_run_output = False + +[txt] +show_full_docs = True +show_source = True +show_all_regex_occurrences = True +show_all_run_output = True \ No newline at end of file -- cgit v1.2.3