เข้าสู่ระบบ Content Studio
เครื่องมือเขียนบทความและจัดการเนื้อหาสำหรับ CrazyGroovy และ GRVY!
วิธีตั้งค่า Discord OAuth (สำหรับผู้ดูแลระบบ)
- ไปที่ Discord Developer Portal แล้วกด New Application
- ไปที่เมนู OAuth2 เพิ่ม Redirect URL:
http://127.0.0.1:4177/auth/discord/callback
- คัดลอก Client ID และ Client Secret
- นำไปใส่ในไฟล์
content-studio/.envหรือ.env.docker:DISCORD_CLIENT_ID=your_client_id DISCORD_CLIENT_SECRET=your_client_secret # กำหนด Server (Guild) ID หรือ User ID ที่อนุญาต: DISCORD_ALLOWED_GUILD_IDS=your_discord_server_id DISCORD_ALLOWED_USER_IDS=your_discord_user_id