From 11676943b631ef7e891bca00f40c9d176cfc2304 Mon Sep 17 00:00:00 2001 From: Daya Adianto Date: Tue, 24 Dec 2024 15:20:15 +0700 Subject: [PATCH] docs: Remind user to avoid commiting .env file (#1398) --- docs/docs/installation/locally.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/installation/locally.md b/docs/docs/installation/locally.md index d4178709..8ed53c4c 100644 --- a/docs/docs/installation/locally.md +++ b/docs/docs/installation/locally.md @@ -76,6 +76,8 @@ The `` refers to a table/section in a configuration file and `= Warning: Never commit the `.env` file to version control system as it might contains sensitive credentials! + ``` CONFIG__GIT_PROVIDER="gitlab" GITLAB__URL=""