---
title: Environment Variables
description: Setting project-level and service-level environment variables.
---

Variables can be set at two levels within a project: **project-level**, which applies to every serverlet in the project, or **service-level**, set on one specific serverlet. Both apply together — a serverlet gets every project-level variable plus its own, and a service-level variable overrides a project-level one with the same key.