From 405fa64be02f892036dea8c5ee46ace776c5c8ba Mon Sep 17 00:00:00 2001 From: powermaker450 Date: Thu, 25 Jul 2024 17:24:36 -0400 Subject: [PATCH] Reformat .md files --- BARE.md | 1 + DOCKER.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/BARE.md b/BARE.md index e563b2d..a1ee197 100644 --- a/BARE.md +++ b/BARE.md @@ -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 diff --git a/DOCKER.md b/DOCKER.md index 748e6e2..97941c1 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -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