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

# Single restaurant

From the version 1.4.0 the project supports single restaurant version.\
To enable this option you will need to make these steps:

Chande the environment variable **SINGLE\_MODE** from **false** to **true**.

```
SINGLE_MODE=true
```

Open your database using phpMyAdmin on your shared hosting or just simply open Adminer. (Adminer is php script to manage your database). The Adminer is located on **yourdomain.com/adminer**

There, login with your database username and password.&#x20;

Open **restorants** table and find the restaurant that you want to use in your project.

Find the column **id** and see which number ID is used for that restaurant.

![](/files/-MGuA9fywucsPFE5vHpV)

Now add the restaurant id in the following environment variable.

```
SINGLE_MODE_ID=1 //Restaurant id
```
