From c558ea8248905e80ae337f632dfb75fe3632ba70 Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Thu, 17 Feb 2022 15:46:26 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d2ee985..d50c4c33 100644 --- a/README.md +++ b/README.md @@ -105,11 +105,8 @@ docker run \ ``` #### Configuration -SiriDB requires a configuration file to run. By default SiriDB will search for the configuration file in `/etc/siridb/siridb.conf` but alternatively you can specify a custom path by using the `-c/--config` argument. +SiriDB accepts a configuration file or environment variable as configuration. By default SiriDB will search for the configuration file in `/etc/siridb/siridb.conf` but alternatively you can specify a custom path by using the `-c/--config` argument or use environment variable. -``` -$ siridb-server -c /my/path/siridb.conf -``` An example configuration file can be found here: [https://github.com/SiriDB/siridb-server/blob/master/siridb.conf](https://github.com/SiriDB/siridb-server/blob/master/siridb.conf) -- 2.30.2