Skip to main content

Deployment configuration

Welcome to the final tutorial in My first app series! In this tutorial, we'll cover how to use deployment configuration to manage environment-specific settings for your application.

A deployment configuration is a set of configuration values that are specific to a particular environment, such as development, testing, and production. These values may include things like database credentials, API keys, and other settings that are unique to each environment.

We'll show you how to create and manage deployment configuration in CodeNOW, and how to use them to deploy your application to different environments. Let's get started!

Why deployment configuration

Where is the default configuration?

Create a deployment configuration