Skip to content
Project
SkinrampConfiguration

The build, delivery, and runtime contract that every deployment of this application reads.

PresetNitro servicegithub.com/dvkinnovativestudios/skinramp
Root directoryapps/apiThe effective source context
Domainskinramp.comThe verified delivery destination

Framework contract

Framework behavior is explicit, so what a build produces and what a release carries stay reviewable before a deployment.

Standalone server output

Produces a minimal server artifact with its dependencies traced.

Image optimization

Images are served without a runtime optimizer.

Incremental render cache

Instance memory holds incremental rendering and revalidation state.

Request middleware

Middleware is left out of the deployment plan.

Build configuration

Commands and paths are explicit, editable, and recorded with each immutable build.

Root directory

The repository path used as the build context.

Install command

Runs with the selected lockfile and package-manager cache.

Build command

Produces the immutable deployment artifact.

Node.js version

Used for builds and for executable JavaScript runtimes.

Start command

Stays in the foreground and handles graceful termination.

Listening port

The runtime also provides this value through PORT.

Health check path

Answered before a release is considered built.

Runtime and placement

Placement, capacity, health, and the lifecycle an executable release is held to.

Regions

Where an instance of this application may be placed.

Ashburn
Minimum instances

The floor a release holds whether or not anything is calling.

Maximum instances

The ceiling a release may scale to before requests wait.

Memory per instance

Measured in mebibytes, and the same for every instance of a release.

CPU per instance

Measured in shared vCPU, and the same for every instance of a release.

Concurrency target

Requests per ready instance before another one is added.

Request timeout

How long one request may run before the runtime ends it.

Readiness path

Traffic starts only after this check succeeds.

Liveness path

Repeated failure replaces the instance.

Health interval

How often the readiness and liveness paths are asked.

Failure threshold

Failed checks in a row before an instance is replaced.

Graceful shutdown

Existing requests drain before termination.

Private network

Only private callers reach this release.

Scale to zero

A warm floor is held whether or not anything is calling.

Configuration

Typed non-secret values are scoped by environment and phase. Repository, inherited, detected, and overridden sources stay visible.

PAYOUT_BATCH_LIMIT

Number / Server runtime / From the repository / 15 days ago

500

Application secrets

Readable values exist only while they are entered. What is kept is encrypted material and safe version metadata.

Secrets

Encrypted values scoped to an environment, the services they reach, and the rotation and revocation each one carries.

Manage secrets