From 16756be5b43abc8f032c9a8c455c144ad214296e Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 14 Oct 2020 15:38:03 +0200 Subject: [PATCH] README: Change config path --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f568b2d..36e65ff 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,9 @@ docker run -it --rm -p 2112:2112 -p 9710:9710/udp -p 8080:8080 -p 10000-10005:10 ## Configuration -Ghostream can be configured by placing [ghostream.yml](docs/ghostream.example.yml) in current directory, in `~/.ghostream/` or in `/etc/ghostream/`. -You can also override any value using environnement variables, e.g. `GHOSTREAM_AUTH_BACKEND=ldap` will change the authentification backend. +Ghostream can be configured by placing [ghostream.yml](docs/ghostream.example.yml) in `/etc/ghostream/`. +You can overwrite the configuration path with `GHOSTREAM_CONFIG` environnement variable. +You can also overwride any value using environnement variables, e.g. `GHOSTREAM_AUTH_BACKEND=ldap` will change the authentification backend. ## Streaming