The -c param is no more

This commit is contained in:
Joe Nelson
2016-11-20 11:18:29 -08:00
parent d1d6001a6d
commit 79de60db58
+2 -2
View File
@@ -1,11 +1,11 @@
Configuration
=============
The PostgREST server reads a configuration file to determine information about the database and how to serve client requests. There is no predefined location for this file, you must specify it with the `-c` option when starting the server:
The PostgREST server reads a configuration file to determine information about the database and how to serve client requests. There is no predefined location for this file, you must specify the file path as the one and only argument to the server:
.. code:: bash
postgrest -c /path/to/postgrest.conf
postgrest /path/to/postgrest.conf
The file must contain a set of key value pairs. At minimum you must include these keys: