Skip to main content

Don't miss the biggest Airflow event of the year: Airflow Summit 2023, Sept 19-21

Join Us →

astro config set

Update any part of the current configuration of your Astro project as defined in the .astro/config.yaml file. The configuration in this file contains details about how your project runs in a local Airflow environment, including your Postgres username and password, your Webserver port, and your project name.

Usage

Within your Astro project directory, run:

astro config set <configuration> <value>

Options

For a list of available configurations, see Configure the CLI.

Examples

## Set your webserver port to 8081
$ astro config set webserver.port 8081

Was this page helpful?

Sign up for Developer Updates

Get a summary of new Astro features once a month.

You can unsubscribe at any time.
By proceeding you agree to our Privacy Policy, our Website Terms and to receive emails from Astronomer.