From 987fbdb26edcc31e2f270abc5acf17f156319eab Mon Sep 17 00:00:00 2001 From: doctator Date: Tue, 22 Apr 2025 20:57:14 +0000 Subject: [PATCH 1/3] Update hostingtoot/.env --- hostingtoot/.env | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/hostingtoot/.env b/hostingtoot/.env index 98f2a62..523e492 100644 --- a/hostingtoot/.env +++ b/hostingtoot/.env @@ -1,6 +1,5 @@ -DB_USER=hostingtootuser -DB_PASSWORD=rusty2281 -DB_NAME=hostingtootdb -DB_HOST_PRIMARY=38.102.127.166 -#DB_HOST_FAILOVER=db4.cluster.genesishostingtechnologies.com +DB_USER= +DB_PASSWORD= +DB_NAME= +DB_HOST_PRIMARY= MASTODON_ACCESS_TOKEN=ljnlPFL8SP_4DkX_SBuyMInvvmziEr28aRFgkRHyw80 From 42c70ed54f08ad92904db9808b35976e2e71ff86 Mon Sep 17 00:00:00 2001 From: doctator Date: Tue, 22 Apr 2025 20:57:36 +0000 Subject: [PATCH 2/3] Update hostingtoot/.env --- hostingtoot/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostingtoot/.env b/hostingtoot/.env index 523e492..326ddc3 100644 --- a/hostingtoot/.env +++ b/hostingtoot/.env @@ -2,4 +2,4 @@ DB_USER= DB_PASSWORD= DB_NAME= DB_HOST_PRIMARY= -MASTODON_ACCESS_TOKEN=ljnlPFL8SP_4DkX_SBuyMInvvmziEr28aRFgkRHyw80 +MASTODON_ACCESS_TOKEN= From f8953ad8990872550373d2c15b439637a46b18cf Mon Sep 17 00:00:00 2001 From: doctator Date: Tue, 22 Apr 2025 20:58:21 +0000 Subject: [PATCH 3/3] Update radiotoot/.env --- radiotoot/.env | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/radiotoot/.env b/radiotoot/.env index c8526f3..8df970f 100644 --- a/radiotoot/.env +++ b/radiotoot/.env @@ -1,6 +1,5 @@ -DB_USER=tootuser -DB_PASSWORD=thisisaserver2281 -DB_NAME=tootdb -DB_HOST_PRIMARY=38.102.127.166 -#DB_HOST_FAILOVER=db4.cluster.genesishostingtechnologies.com -MASTODON_ACCESS_TOKEN=9OGz58l3B3LrY9x1AWnnoPKv1j4yRuMidka1xZlEANo +DB_USER= +DB_PASSWORD= +DB_NAME= +DB_HOST_PRIMARY= +MASTODON_ACCESS_TOKEN= \ No newline at end of file