From fea8222584d743743a23572853622bd27f674c26 Mon Sep 17 00:00:00 2001 From: Jack Eadie Date: Tue, 8 Oct 2024 09:37:32 +1000 Subject: [PATCH] No mysql_port for planetscale. --- planetscale/spicepod.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/planetscale/spicepod.yaml b/planetscale/spicepod.yaml index 65540e2..517f510 100644 --- a/planetscale/spicepod.yaml +++ b/planetscale/spicepod.yaml @@ -12,7 +12,6 @@ datasets: refresh_mode: full params: mysql_host: [mysql_host] - mysql_port: 3306 mysql_db: [db-name] mysql_user: [username] - mysql_pass: ${env:MYSQL_PASS} \ No newline at end of file + mysql_pass: ${env:MYSQL_PASS}