Update README.md
authorJeroen van der Heijden <jeroen@cesbit.com>
Thu, 17 Feb 2022 14:46:26 +0000 (15:46 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Feb 2022 14:46:26 +0000 (15:46 +0100)
README.md

index 6d2ee985c86ad66a437bcaa4f6d83c26cad90f97..d50c4c33b73404796d5d4747e68ba8c5ad2300c3 100644 (file)
--- 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)