Config synced from UI [conductor-sync] at 23/03/26 08:10:31

This commit is contained in:
Anuj Sahu 2026-03-23 08:10:31 +00:00
parent b5d6a6a5d1
commit 0fe61411b7

View File

@ -1,57 +1,3 @@
# ============================================================================
# Boltic Configuration File - anujtestport2
# ============================================================================
#
# ⚠️ WARNING: Changes to this file will directly impact your deployed application!
# - Env changes will update environment variables
# - Scaling changes will affect auto-scaling behavior
# - PortMap changes will modify exposed ports
#
# This file is synced with the Boltic UI. You can edit settings here or in the UI.
#
# ----------------------------------------------------------------------------
# SERVERLESS CONFIG GUIDE
# ----------------------------------------------------------------------------
#
# Environment Variables (Env):
# serverlessConfig:
# Env:
# MY_VAR: "my_value"
# DATABASE_URL: "postgres://..."
# API_KEY: "secret-key"
#
# Port Mapping (PortMap):
# serverlessConfig:
# PortMap:
# - Name: "testhttp"
# Port: 8080
# Protocol: "http"
# - Name: "test https"
# Port: 9090
# Protocol: "https"
#
# Scaling Configuration:
# serverlessConfig:
# Scaling:
# AutoStop: true # Auto-stop when idle
# Min: 1 # Minimum instances
# Max: 5 # Maximum instances
# MaxIdleTime: 300 # Seconds before auto-stop
#
# Resources:
# serverlessConfig:
# Resources:
# CPU: 0.5 # CPU cores (0.1 to 4)
# MemoryMB: 256 # Memory in MB
# MemoryMaxMB: 512 # Max memory in MB
#
# Timeout:
# serverlessConfig:
# Timeout: 120 # Request timeout in seconds
#
# For more info: https://docs.boltic.io/docs/compute/serverless/application-config
# ============================================================================
app: anujtestport2 app: anujtestport2
build: build:
builtin: dockerfile builtin: dockerfile
@ -60,9 +6,10 @@ language: nodejs/18
region: asia-south1 region: asia-south1
serverlessConfig: serverlessConfig:
Env: Env:
MY_VAR: "my_value" API_KEY: secret-key
DATABASE_URL: "postgres://..." DATABASE_URL: postgres://...
API_KEY: "secret-key" MY_VAR: my_value
SALLA_TOKEN: sadsadasd
Scaling: Scaling:
AutoStop: false AutoStop: false
Min: 1 Min: 1
@ -72,3 +19,5 @@ serverlessConfig:
CPU: 0.1 CPU: 0.1
MemoryMB: 128 MemoryMB: 128
MemoryMaxMB: 128 MemoryMaxMB: 128
DiskMB: 100
Timeout: 60