From ec027ac2f273dddf2dcae2fe5499ea47e33810f4 Mon Sep 17 00:00:00 2001 From: guillermo Date: Mon, 7 Nov 2022 14:19:48 +0100 Subject: [PATCH] README updated --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 338a381..aaf8bfd 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,23 @@ Build ``` docker build -t printnatura . ``` + +Create file named "config.local.yml" and put your private configuration: +``` +debug: true +db: + host: localhost + port: 3306 + user: user + password: password + database: schema +salix: + url: http://localhost:3000 + user: user + password: password +reconnectTimeout: 30 +refreshRate: 1000 +``` ## How to use Exec