From 1ee0c6c0070b50034b9a2136ea26f552747039b9 Mon Sep 17 00:00:00 2001 From: s644 <3645815+s644@users.noreply.github.com> Date: Wed, 26 Oct 2022 16:50:20 +0200 Subject: [PATCH] fix syncstorage DB cfg key in default config --- config/local.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/local.example.toml b/config/local.example.toml index 7e2a687cdb..d06e07d0ed 100644 --- a/config/local.example.toml +++ b/config/local.example.toml @@ -1,5 +1,5 @@ # Example MySQL DSN: -database_url = "mysql://sample_user:sample_password@localhost/syncstorage_rs" +syncstorage.database_url = "mysql://sample_user:sample_password@localhost/syncstorage_rs" # Example Spanner DSN: # database_url="spanner://projects/SAMPLE_GCP_PROJECT/instances/SAMPLE_SPANNER_INSTANCE/databases/SAMPLE_SPANNER_DB"