From e3cdec27f6df33a9b89ff7141cd83ba64d1b9dad Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Mon, 6 Aug 2018 20:46:12 +0100 Subject: Updates to static content generation, docs and examples Static content generator finds the root of the git repo and executes from there. Packr will scan subdirs for boxes to be packed. --- example-server.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'example-server.conf') diff --git a/example-server.conf b/example-server.conf index 01e8ac5..fe8be00 100644 --- a/example-server.conf +++ b/example-server.conf @@ -11,6 +11,7 @@ server { http_logfile = "http.log" # Logfile for HTTP requests database { type = "mysql" + dbname = "cashier_production" address = "host:3306" username = "user" password = "pass" -- cgit v1.2.3