From e843480f17ceb6bfe20f05953cc336a541adb9c7 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 12 May 2025 12:47:17 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs:=20example=20.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7c145ad --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +DATABASE_URL=postgresql://postgres:password@localhost:5432/database?sslmode=disable +ENABLE_CRD_REFLECTION=true + +KUBERNETES_NAMESPACE=minikura +KUBERNETES_SKIP_TLS_VERIFY=true