# Structure of the .env File

The `.env.example` file provides a sample of environment variables that can be configured for your project. These environment variables allow you to customize various aspects of your application, such as the base URL, image URLs, and other settings.

**NUXT\_ENV\_BASE\_URL:**

* **Description:** Base URL for your Invoice.
* **Example Value:** `https://some.dev/`

**NUXT\_ENV\_URL\_LOGO:**

* **Description:** URL for the logo used in the Invoice.
* **Example Value:** `https://i.imgur.com/Os63UKo.gif`
* **Note:** Logo size should be between 60px and 150px in any format.

**NUXT\_ENV\_URL\_404:**

* **Description:** URL for the image shown on the 404 page (page not found).
* **Example Value:** `https://i.imgur.com/1P7Vxib.gif`

**NUXT\_ENV\_URL\_MAIN\_PAGE:**

* **Description:** URL for your application's main page.
* **Example Value:** `https://google.com`

These environment variables allow you to customize your Invoice's appearance and behavior, offering flexibility and simple configuration.

**Notes:**

* The logo size should be a minimum of 50px and a maximum of 60px in height, with a width not exceeding 200px.
* Supported image formats: GIF, PNG, JPEG, SVG.

These environment variables enable you to customize the appearance and behavior of your Invoice, providing flexibility and ease of configuration.<br>

**Example file:**\ <br>

{% file src="<https://2350255862-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDkBJ8lZHd8UUTya28EmY%2Fuploads%2FOh0TKjpKM2XrCaCf0AMb%2F_env-example.uu?alt=media&token=305b7f87-742f-4785-ab3d-9de5bc714745>" %}
