comparison README.md @ 387:0f78b13f4a9a

(minor) Fix typo in README.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 13 Aug 2018 15:05:01 +0200
parents fd04bccae6ca
children 827103f35006
comparison
equal deleted inserted replaced
386:999f4f83a072 387:0f78b13f4a9a
36 `cmd/gemma/gemma.toml.example` to get started: 36 `cmd/gemma/gemma.toml.example` to get started:
37 ``` 37 ```
38 cp cmd/gemma/gemma.toml.example gemma.toml 38 cp cmd/gemma/gemma.toml.example gemma.toml
39 ``` 39 ```
40 40
41 - Edit `gemma.toml`, some parameters you propably want to change: 41 - Edit `gemma.toml`, some parameters you probably want to change:
42 42
43 * `host` and `port` to make gemma listen on a public interface 43 * `host` and `port` to make gemma listen on a public interface
44 * `service-password` to match the password for "gemma_service" user 44 * `service-password` to match the password for "gemma_service" user
45 of your database. 45 of your database.
46 46