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

# Config

### config.lua

1. Some logging options can be enabled or disabled in the configuration. Decide based on your needs whether to enable logging.

<figure><img src="/files/iQNbY4GQoyOStWCqGb3M" alt=""><figcaption></figcaption></figure>

### dist/static/config.js

1. Modify `window.SITE_CONFIG['baseUrl']` to your server's IP address. <mark style="color:red;">**This must be changed.**</mark>
2. `window.SITE_CONFIG['basePort']` should be set to your game server's port, typically `30120`. <mark style="color:orange;">This usually does not need to be changed.</mark>
3. The other port settings correspond to the panel access port and WebSocket port. <mark style="color:green;">If you're unsure what this means,</mark> <mark style="color:green;"></mark><mark style="color:green;">**do not modify them.**</mark>

### server/editable.lua

1. This file is editable and includes access to features like phone number retrieval. It supports `lb-phone`, so determine if you need to make changes.
2. `editable.lua` allows for further customization, such as daily funds limit checks, blacklists for specific items, and other features.
