File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -302,6 +302,10 @@ You also need to make the database listen on all the IPs of the local machine.
302
302
Edit the ` postgresql.conf ` configuration file and set the value of ` listen_addresses ` to ` 0.0.0.0 ` .
303
303
:::
304
304
305
+ :::caution
306
+ It is important to use the ` postgresql:// ` scheme designator in the PostgreSQL Connection URI. Using ` postgres:// ` will lead to a startup error.
307
+ :::
308
+
305
309
``` bash
306
310
307
311
docker run \
@@ -358,6 +362,11 @@ mysql_database_name: "supertokens"
358
362
</DatabaseTabs.TabItem>
359
363
360
364
<DatabaseTabs.TabItem value="postgresql">
365
+
366
+ :::caution
367
+ It is important to use the ` postgresql://` scheme designator in the PostgreSQL Connection URI. Using `postgres://` will lead to a startup error.
368
+ :: :
369
+
361
370
` ` ` yaml
362
371
# You need to add the following to the config.yaml file.
363
372
# The file path can be found by running the "supertokens --help" command
You can’t perform that action at this time.
0 commit comments