Skip to content

Commit 1b27b6b

Browse files
Fixed build phase showing "language env is not loaded"
1 parent 4701841 commit 1b27b6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/get-started/contribute/coolify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ If you change environment variables afterwards or anything seems broken, press C
150150

151151
::: info Tip:
152152
To enable Telescope, add the following to your `.env` file:
153-
```env
153+
```yaml
154154
TELESCOPE_ENABLED=true
155155
```
156156
:::

docs/knowledge-base/how-to/backup-restore-coolify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ After restoring the backup, update your environment configuration to allow the n
102102

103103
3. **Add the Previous APP Key:**
104104
Add a new environment variable called `APP_PREVIOUS_KEYS` and paste the `APP_KEY` you saved earlier:
105-
```env
105+
```yaml
106106
APP_PREVIOUS_KEYS=your_previous_app_key_here
107107
```
108108
Save and exit the editor.

0 commit comments

Comments
 (0)