# Config Settings

## Config Settings

### Sql Settings

Before starting the script for the first time, make the Config.AutoDatabaseCreator part true and then make it false so that the sql file will be queried manually.

> Before you start with server script for the first time :

```lua
Config.AutoDatabaseCreator = true
```

> When the server starts with the script second and then later:

```lua
Config.AutoDatabaseCreator = true
```

## Target Settings

If you are using it in ox target, do not change the qb-target text there, the system will automatically detect it Everything about the rest of the config settings is written as a description next to the setting, you can review them
