added documentation for server-unix-socket-mode config option
This commit is contained in:
committed by
Steve Chavez
parent
a0179cfd4b
commit
e1c9b8fe76
+36
-22
@@ -30,28 +30,29 @@ The user specified in the db-uri is also known as the authenticator role. For mo
|
||||
|
||||
Here is the full list of configuration parameters.
|
||||
|
||||
==================== ====== ========= ========
|
||||
Name Type Default Required
|
||||
==================== ====== ========= ========
|
||||
db-uri String Y
|
||||
db-schema String Y
|
||||
db-anon-role String Y
|
||||
db-pool Int 10
|
||||
db-pool-timeout Int 10
|
||||
db-extra-search-path String public
|
||||
server-host String !4
|
||||
server-port Int 3000
|
||||
server-unix-socket String
|
||||
server-proxy-uri String
|
||||
jwt-secret String
|
||||
jwt-aud String
|
||||
secret-is-base64 Bool False
|
||||
max-rows Int ∞
|
||||
pre-request String
|
||||
app.settings.* String
|
||||
role-claim-key String .role
|
||||
raw-media-types String
|
||||
==================== ====== ========= ========
|
||||
======================= ====== ========= ========
|
||||
Name Type Default Required
|
||||
======================= ====== ========= ========
|
||||
db-uri String Y
|
||||
db-schema String Y
|
||||
db-anon-role String Y
|
||||
db-pool Int 10
|
||||
db-pool-timeout Int 10
|
||||
db-extra-search-path String public
|
||||
server-host String !4
|
||||
server-port Int 3000
|
||||
server-unix-socket String
|
||||
server-unix-socket-mode String 755
|
||||
server-proxy-uri String
|
||||
jwt-secret String
|
||||
jwt-aud String
|
||||
secret-is-base64 Bool False
|
||||
max-rows Int ∞
|
||||
pre-request String
|
||||
app.settings.* String
|
||||
role-claim-key String .role
|
||||
raw-media-types String
|
||||
======================= ====== ========= ========
|
||||
|
||||
.. _db-uri:
|
||||
|
||||
@@ -141,6 +142,18 @@ server-unix-socket
|
||||
|
||||
server-unix-socket = "/tmp/pgrst.sock"
|
||||
|
||||
.. _server-unix-socket-mode:
|
||||
|
||||
server-unix-socket-mode
|
||||
-----------------------
|
||||
|
||||
`Unix file mode <https://en.wikipedia.org/wiki/File_system_permissions>`_ to be set for the socket specified in :ref:`server-unix-socket`
|
||||
Needs to be a valid octal between 600 and 777.
|
||||
|
||||
.. code:: bash
|
||||
|
||||
server-unix-socket-mode = "755"
|
||||
|
||||
.. _server-proxy-uri:
|
||||
|
||||
server-proxy-uri
|
||||
@@ -239,3 +252,4 @@ raw-media-types
|
||||
|
||||
raw-media-types="image/png, text/xml"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user