README updated
This commit is contained in:
parent
d3effba114
commit
ec027ac2f2
17
README.md
17
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
|
||||
|
|
Loading…
Reference in New Issue