Reformat .md files
This commit is contained in:
parent
e912042490
commit
405fa64be0
1
BARE.md
1
BARE.md
|
@ -11,6 +11,7 @@ npm i
|
||||||
mv .env.example .env
|
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)
|
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:
|
4. Open up the `.env` file with your preffered text editor and populate the file:
|
||||||
```bash
|
```bash
|
||||||
HOST=http://localhost:11000
|
HOST=http://localhost:11000
|
||||||
|
|
|
@ -10,8 +10,9 @@ git clone https://git.povario.com/powermaker450/Tailchat-Assistant && cd Tailcha
|
||||||
mv .env.example .env
|
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)
|
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:
|
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
|
```bash
|
||||||
HOST=http://tailchat-core:11000
|
HOST=http://tailchat-core:11000
|
||||||
|
|
Loading…
Reference in a new issue