[object Object]

← back to Secrets Manager

routes: pre-stage TikTok client key/secret fan-out to marketing-command-center (local + Kamatera live .env)

53e2a80a25b66cb0ebb9e46f5bb84aac0b3467df · 2026-07-14 13:28:14 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

Files touched

Diff

commit 53e2a80a25b66cb0ebb9e46f5bb84aac0b3467df
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Jul 14 13:28:14 2026 -0700

    routes: pre-stage TikTok client key/secret fan-out to marketing-command-center (local + Kamatera live .env)
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---
 routes.json | 34 +++++++++++++++++++++++++++++++++-
 1 file changed, 33 insertions(+), 1 deletion(-)

diff --git a/routes.json b/routes.json
index 723be74..06adea7 100644
--- a/routes.json
+++ b/routes.json
@@ -1694,5 +1694,37 @@
         "key": "IG_USER_ID"
       }
     ]
+  },
+  "TIKTOK_CLIENT_KEY": {
+    "label": "TIKTOK_CLIENT_KEY",
+    "destinations": [
+      {
+        "type": "env_file",
+        "path": "/Users/macstudio3/Projects/marketing-command-center/.env",
+        "key": "TIKTOK_CLIENT_KEY"
+      },
+      {
+        "type": "project",
+        "host": "45.61.58.125",
+        "user": "root",
+        "path": "/root/DW-Agents/marketing-command-center/.env"
+      }
+    ]
+  },
+  "TIKTOK_CLIENT_SECRET": {
+    "label": "TIKTOK_CLIENT_SECRET",
+    "destinations": [
+      {
+        "type": "env_file",
+        "path": "/Users/macstudio3/Projects/marketing-command-center/.env",
+        "key": "TIKTOK_CLIENT_SECRET"
+      },
+      {
+        "type": "project",
+        "host": "45.61.58.125",
+        "user": "root",
+        "path": "/root/DW-Agents/marketing-command-center/.env"
+      }
+    ]
   }
-}
\ No newline at end of file
+}

← 1e02273 auto-save: 2026-07-14T10:00:24 (1 files) — registry.json  ·  back to Secrets Manager  ·  auto-save: 2026-07-15T09:35:38 (1 files) — registry.json 6fddcb6 →