We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da8bb6 commit fa905beCopy full SHA for fa905be
1 file changed
docs/extending-seerr/database-config.mdx
@@ -30,7 +30,7 @@ If your PostgreSQL server is configured to accept TCP connections, you can speci
30
31
```dotenv
32
DB_TYPE=postgres # Which DB engine to use, either sqlite or postgres. The default is sqlite.
33
-DB_HOST="localhost" # (optional) The host (URL) of the database. The default is "localhost".
+DB_HOST=localhost # (optional) The host (URL) of the database. The default is "localhost".
34
DB_PORT="5432" # (optional) The port to connect to. The default is "5432".
35
DB_USER= # (required) Username used to connect to the database.
36
DB_PASS= # (required) Password of the user used to connect to the database.
0 commit comments