From f015e8309cdaa009a0e7001c5ebc2356900cce4d Mon Sep 17 00:00:00 2001 From: Jennifer Li Johnson Date: Wed, 29 Jan 2025 23:34:36 -0500 Subject: [PATCH] change satellite db url to match the rest of the app STORJ_DATABASE (#101) --- pkg/recipe/spanner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/recipe/spanner.yaml b/pkg/recipe/spanner.yaml index 9ea7d86..362cfa1 100644 --- a/pkg/recipe/spanner.yaml +++ b/pkg/recipe/spanner.yaml @@ -20,4 +20,4 @@ modify: config: SPANNER_EMULATOR_HOST: 'spanner:9010' STORJ_METAINFO_DATABASE_URL: "spanner://projects/test-project/instances/test-instance/databases/metainfo" - STORJ_SATELLITE_DATABASE_URL: "spanner://projects/test-project/instances/test-instance/databases/satellite" \ No newline at end of file + STORJ_DATABASE: "spanner://projects/test-project/instances/test-instance/databases/satellite"