diff README.md @ 481:d68dfbe768e2

Merge example configuration and that used for docker backend
author Tom Gottfried <tom@intevation.de>
date Thu, 23 Aug 2018 18:50:32 +0200
parents fce16726f51d
children f62ee9d5bff1
line wrap: on
line diff
--- a/README.md	Thu Aug 23 18:40:34 2018 +0200
+++ b/README.md	Thu Aug 23 18:50:32 2018 +0200
@@ -31,16 +31,17 @@
 ## Running gemma
 
 - Best is to create a configuration file.  Copy the example from
-  `cmd/gemma/gemma.toml.example` to get started:
+  `example_conf.toml` to get started:
   ```
-  cp cmd/gemma/gemma.toml.example gemma.toml
+  cp example_conf.toml gemma.toml
   ```
 
 - Edit `gemma.toml`, some parameters you probably want to change:
 
   * `host` and `port` to make gemma listen on a public interface
-  * `service-password` to match the password for "gemma_service" user
-    of your database.
+  * `metamorph-db-password` to match the password for your database user
+  * `geoserver-url`, `geoserver-user` and `geoserver-password` to match
+     your instance of GeoServer
 
 - `./cmd/gemma/gemma -h` gives you an overview of more available
   options.