mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06:24 +00:00
11 lines
262 B
YAML
11 lines
262 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: smarketing-config
|
|
namespace: smarketing
|
|
data:
|
|
SERVER_HOST: "0.0.0.0"
|
|
SERVER_PORT: "5001"
|
|
UPLOAD_FOLDER: "/app/uploads"
|
|
MAX_CONTENT_LENGTH: "16777216" # 16MB
|
|
ALLOWED_EXTENSIONS: "png,jpg,jpeg,gif,webp" |