mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 15:16:23 +00:00
27 lines
585 B
Plaintext
27 lines
585 B
Plaintext
# Team Settings
|
|
teamid=won
|
|
root_project=smarketing-ai
|
|
namespace=smarketing
|
|
|
|
# Container Registry Settings
|
|
registry=acrdigitalgarage02.azurecr.io
|
|
image_org=won
|
|
|
|
# Application Settings
|
|
replicas=1
|
|
|
|
# Resource Settings
|
|
resources_requests_cpu=256m
|
|
resources_requests_memory=512Mi
|
|
resources_limits_cpu=1024m
|
|
resources_limits_memory=2048Mi
|
|
|
|
# Flask App Settings (non-sensitive)
|
|
upload_folder=/app/uploads
|
|
max_content_length=16777216
|
|
allowed_extensions=png,jpg,jpeg,gif,webp
|
|
server_host=0.0.0.0
|
|
server_port=5001
|
|
|
|
# Azure Storage Settings (non-sensitive)
|
|
azure_storage_container_name=ai-content |