Skip to content

Commit 6b17eb2

Browse files
authored
Merge pull request #13 from OS2iot/feature/postgresSSLConfig
Added documentation for new DATABASE_ENABLE_SSL environment variable
2 parents 5f5dc9f + 1971ce2 commit 6b17eb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/installation-guide/installation-guide.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ OS2IoT-backend takes several environment variables as configuration, if these ar
211211
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
212212
| DATABASE_PASSWORD | Password for Postgresql | :code:`toi2so` |
213213
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
214+
| DATABASE_ENABLE_SSL | Enable SSL for database connection | :code:`false` |
215+
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
214216
| JWT_SECRET | Secret value to sign JWT (THIS SHOULD BE CHANGED!) | :code:`secretKey-os2iot-secretKey` |
215217
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
216218
| JWT_EXPIRESIN | Time to expiry for the JWT tokens used | :code:`9h` |

0 commit comments

Comments
 (0)