> For the complete documentation index, see [llms.txt](https://the-s-project.gitbook.io/the-s-project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://the-s-project.gitbook.io/the-s-project/standalone/markdown.md).

# Config

Change the framework to STANDALONE so the code will go to the standalone code logic we will add.

```lua
--** Framework **--
-- I suggest you to take a look at checks_server.lua, checks_client.lua
Config.Framework = "STANDALONE" -- STANDALONE, ESX, QB
Config.CoreName = "STANDALONE" -- STANDALONE, "es_extended", "qb-core"
-------------------

--- Change to your inventory name.
Config.Inventory = "none" -- esx [regular/ox-inventory]- qbcore [qb-inventory/ox-inventory]

-- Debug Mode --
Config.debug = false
```

{% hint style="warning" %}
**Make sure the server game build is above 2060**
{% endhint %}
