# Config Settings

### Config Base Settings

```lua
Config.framework = 'ESX'  ---- 'ESX OR QBCORE'

Config.Mysql = 'oxmysql' ----- mysql-async , ghmattisql or oxmysql

Config.inventory = 'ox'
```

<mark style="color:blue;">**Config.framework**</mark>  >  You can choose between two options: ESX and QBCORE.

<mark style="color:red;">**Config.Mysql**</mark> >  You can make settings according to your database system with options such as mysql-async, ghmattisql or oxmysql.

<mark style="color:orange;">**Config.inventory**</mark> >  You can make inventory selection with ox,qb,esx. Also, extra settings can be made by server lua from the framework folder.
