README updated

This commit is contained in:
Guillermo Bonet 2022-11-07 14:19:48 +01:00
parent d3effba114
commit ec027ac2f2
1 changed files with 17 additions and 0 deletions

View File

@ -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