From 415bec85c52dbce7d2dcdf531d9d928d3b2a82e4 Mon Sep 17 00:00:00 2001 From: host Date: Sun, 2 Aug 2026 22:46:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80=D0=B0=D1=86=D0=B8=D0=B8=20?= =?UTF-8?q?=D0=B1=D0=B5=D0=B7=20=D1=81=D0=B5=D0=BA=D1=80=D0=B5=D1=82=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..b759a25 --- /dev/null +++ b/.env.example @@ -0,0 +1,10 @@ +SECRET_KEY=generate-a-long-random-value +POSTGRES_USER=panel +POSTGRES_PASSWORD=replace-with-a-random-password +POSTGRES_DB=panel +PVE_HOST=https://proxmox.example:8006 +PVE_NODE=pve +PVE_TOKEN_NAME=panel@pve!panel +PVE_TOKEN_VALUE=replace-me +PVE_VERIFY_SSL=true +ALLOW_ORIGINS=https://panel.example.com