From 79de60db581f2656f933f7143b5e4b5db1f66296 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sun, 20 Nov 2016 11:18:29 -0800 Subject: [PATCH] The -c param is no more --- admin.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin.rst b/admin.rst index 0151c09af..bb81338ed 100644 --- a/admin.rst +++ b/admin.rst @@ -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: