feat: add WeChat environment variables to docker-compose #4

Merged
let5see merged 1 commits from feat/add-wechat-env-config into main 2026-02-03 14:55:34 +08:00
Owner

Changes

Docker Compose Configuration

  • Add WECHAT_APP_ID environment variable to server service
  • Add WECHAT_APP_SECRET environment variable to server service
  • Add WECHAT_REDIRECT_URI environment variable to server service

Purpose

Enable WeChat Open Platform QR code login functionality by passing
WeChat credentials from .env file to the server container.

Testing

  • All containers started successfully
  • Server loaded configuration correctly
  • WeChat login endpoints are now available

Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com

## Changes ### Docker Compose Configuration - Add WECHAT_APP_ID environment variable to server service - Add WECHAT_APP_SECRET environment variable to server service - Add WECHAT_REDIRECT_URI environment variable to server service ## Purpose Enable WeChat Open Platform QR code login functionality by passing WeChat credentials from .env file to the server container. ## Testing - All containers started successfully - Server loaded configuration correctly - WeChat login endpoints are now available Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
let5see added 1 commit 2026-02-03 14:55:30 +08:00
## Changes

### Docker Compose Configuration
- Add WECHAT_APP_ID environment variable to server service
- Add WECHAT_APP_SECRET environment variable to server service
- Add WECHAT_REDIRECT_URI environment variable to server service

## Purpose
Enable WeChat Open Platform QR code login functionality by passing
WeChat credentials from .env file to the server container.

## Testing
- All containers started successfully
- Server loaded configuration correctly
- WeChat login endpoints are now available

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
let5see merged commit a40c8b6045 into main 2026-02-03 14:55:34 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: let5see/company-celebration#4