forgejo-deployment/config/app.ini.example
Daisuke 46ec47aa2d Add explicit Forgejo deployment structure with artifact build pipeline
- Introduce clear directory separation for docker, infra, ci, and config
- Add CloudFormation pipeline for S3 → CodeBuild → ECR
- Implement explicit artifact build script for flat deployment zip
- Provide example runtime configuration and ignore secrets
2025-12-30 16:37:09 +09:00

6 lines
148 B
Text

[storage]
STORAGE_TYPE = minio
MINIO_USE_SSL = true
MINIO_ENDPOINT = s3.amazonaws.com
MINIO_BUCKET = forgejo-bucket
MINIO_LOCATION = ap-northeast-1