From a98f2462ed474cc4153074f4e676fe0775f58561 Mon Sep 17 00:00:00 2001 From: meeb Date: Sun, 4 Apr 2021 23:06:44 +1000 Subject: [PATCH] tweak docs --- docs/other-database-backends.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/other-database-backends.md b/docs/other-database-backends.md index 41dd9be..489107d 100644 --- a/docs/other-database-backends.md +++ b/docs/other-database-backends.md @@ -53,9 +53,12 @@ so this is up to you to work out. You need to provide the database connection details to TubeSync via an environment variable. The environment variable name is `DATABASE_CONNECTION` and the format is the -standard URL-style string. Example are: +standard URL-style string. Examples are: `postgresql://tubesync:password@localhost:5432/tubesync` + +and + `mysql://tubesync:password@localhost:3306/tubesync` ### 3. Start TubeSync and check the logs