Files
card-forge/.env.example
Roman Krček 1a2329b6c1
All checks were successful
Build Docker image / build (push) Successful in 1m43s
Build Docker image / deploy (push) Successful in 4s
Build Docker image / verify (push) Successful in 1m32s
Fine-tuning the layout
2025-08-11 17:28:32 +02:00

14 lines
454 B
Plaintext

# Your Google Cloud OAuth 2.0 Client ID
PUBLIC_GOOGLE_CLIENT_ID="YOUR_GOOGLE_CLIENT_ID_HERE"
# Face Detection Crop Configuration
# Face offset from center (as percentage of crop dimensions)
# Positive values move the face toward bottom-right, negative toward top-left
PUBLIC_FACE_OFFSET_X=0.0
PUBLIC_FACE_OFFSET_Y=-0.1
# Crop scale multiplier based on face width
# 1.0 = crop width equals face width, 2.0 = crop is 2x face width
PUBLIC_CROP_SCALE=2.5