Reformat .md files

This commit is contained in:
powermaker450 2024-07-25 17:24:36 -04:00
parent e912042490
commit 405fa64be0
2 changed files with 3 additions and 1 deletions

View file

@ -11,6 +11,7 @@ npm i
mv .env.example .env
```
3. **Make sure that the "Openapi Platform Plugin" and "App Integration" plugins are enabled.** Then [follow the instructions here to create an App.](https://tailchat.msgbyte.com/docs/advanced-usage/openapp/create)
4. Open up the `.env` file with your preffered text editor and populate the file:
```bash
HOST=http://localhost:11000

View file

@ -10,8 +10,9 @@ git clone https://git.povario.com/powermaker450/Tailchat-Assistant && cd Tailcha
mv .env.example .env
```
3. **Make sure that the "Openapi Platform Plugin" and "App Integration" plugins are enabled.** Then [follow the instructions here to create an App.](https://tailchat.msgbyte.com/docs/advanced-usage/openapp/create)
4. Open up the `.env` file with your preffered text editor and populate the file:
**NOTE: Due to the way Docker organizes containers and networks, your `HOST` and `API_ENDPOINT` variables will likely not be `localhost`. Use the container names or IP's instead.**
- **NOTE: Due to the way Docker organizes containers and networks, your `HOST` and `API_ENDPOINT` variables will likely not be `localhost`. Use the container names or IP's instead.**
```bash
HOST=http://tailchat-core:11000