From deddcdc4e9bebd201f82b904f24f38c12eaa5180 Mon Sep 17 00:00:00 2001 From: jirik Date: Fri, 20 Dec 2019 19:15:19 +0100 Subject: [PATCH] Improve changelog --- CHANGELOG.md | 2 ++ doc/env-settings.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76db85a56..828a9c528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ - Delete metadata record of layer from Micka on [DELETE Layer](doc/rest.md#delete-layer). - Add `metatada` info to [GET Layer](doc/rest.md#get-layer) response, including CSW URL and metadata record URL. - [Documentation of metadata](doc/medatata.md) +- [LAYMAN_PROXY_SERVER_NAME](doc/env-settings.md#LAYMAN_PROXY_SERVER_NAME) environment variable +- Do not depend on specific version of chromium-browser and chromedriver - Save write-lock to redis on POST, PATCH and DELETE of Layer and Map - Enable to run Layman using multiple WSGI Flask processes by moving information about tasks from memory to redis - Use Flask decorators diff --git a/doc/env-settings.md b/doc/env-settings.md index 2aef7b4bc..3679a12a2 100644 --- a/doc/env-settings.md +++ b/doc/env-settings.md @@ -42,6 +42,9 @@ Name of [PostgreSQL database](https://www.postgresql.org/docs/9.5/sql-createdata ## LAYMAN_PG_USER Name of [PostgreSQL user](https://www.postgresql.org/docs/9.5/sql-createuser.html) that Layman uses for authentication and communication with PostgreSQL. The user needs enough privileges to create new schemas in [LAYMAN_PG_DBNAME](#LAYMAN_PG_DBNAME) database. The LAYMAN_PG_USER must be another user than default `postgres` user! The user also needs access to `public` schema where PostGIS must be installed. +## LAYMAN_PROXY_SERVER_NAME +Flask-style server name (domain and port), to be used as Flask's [SERVER_NAME](https://flask.palletsprojects.com/en/1.1.x/config/#SERVER_NAME). + ## LAYMAN_REDIS_URL URL of [Redis logical database](https://redis.io/commands/select) including database number where Layman stores internal data about publications, users, etc. Layman flushes the whole logical database on every startup!