annotate example_conf.toml @ 478:3af7ca761f6a

Purge password reset role The risk of SQL-injections and thus privilege escalation via the metamorphic user was estimated not high enough to justify the extra role. Thus, bring database back in line with rev. ffdb507d5b42 and re-enable password reset.
author Tom Gottfried <tom@intevation.de>
date Thu, 23 Aug 2018 16:41:44 +0200
parents 5611cf72cc92
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
318
1a2dfd9351e9 Add example configuration and use it in dockerised backend
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
1 dbhost = "gemma_db"
1a2dfd9351e9 Add example configuration and use it in dockerised backend
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
2 host = "0.0.0.0"
1a2dfd9351e9 Add example configuration and use it in dockerised backend
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
3 sessions = "/tmp/gemma_session.data"
1a2dfd9351e9 Add example configuration and use it in dockerised backend
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
4 web = "./web"
458
01deefb7ec7a Add GeoServer Dockerfile
Tom Gottfried <tom@intevation.de>
parents: 404
diff changeset
5 geoserver-url = "http://gemma_geoserver:8080/geoserver"
463
5611cf72cc92 Add metamorphic database role and user e.g. for GeoServer
Tom Gottfried <tom@intevation.de>
parents: 458
diff changeset
6 metamorph-db-user = "meta_login"
5611cf72cc92 Add metamorphic database role and user e.g. for GeoServer
Tom Gottfried <tom@intevation.de>
parents: 458
diff changeset
7 metamorph-db-password = "geo2Serv"