# Configurable Settings Guide

This guide provides an overview of the configurable settings available in the AFAQ App. Each section includes the relative path to the configuration file and details about the settings you can customize.


### 1. **Application Configuration**
**File:** `config/app.php`

**Settings:**
- `name`: The name of the application.
- `env`: The environment the application is running in (`local`, `production`, etc.).
- `debug`: Enable or disable debug mode (`true`/`false`).
- `timezone`: Set the default timezone for the application.

---




---

Please make sure to contribute to any missing configuration.