TikTok api

This commit is contained in:
2026-07-08 19:03:35 +02:00
parent 6b57a2acfc
commit cc28a157d4
29 changed files with 196 additions and 6 deletions

View File

@@ -45,6 +45,9 @@ services:
DISCORD_WEBHOOK_SALES_URL: ${DISCORD_WEBHOOK_SALES_URL:-}
DISCORD_WEBHOOK_DOWNLOADS_URL: ${DISCORD_WEBHOOK_DOWNLOADS_URL:-}
JWT_SECRET: ${JWT_SECRET:?JWT_SECRET is required}
TIKTOK_CLIENT_KEY: ${TIKTOK_CLIENT_KEY:-}
TIKTOK_CLIENT_SECRET: ${TIKTOK_CLIENT_SECRET:-}
TIKTOK_REDIRECT_URI: ${TIKTOK_REDIRECT_URI:-https://greenlenspro.com/api/tiktok/callback}
PLANT_IMPORT_ADMIN_KEY: ${PLANT_IMPORT_ADMIN_KEY:-}
depends_on:
postgres: