From 5849b91e1c02aece02a8c21ea339718cd180e359 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 16 May 2026 13:54:24 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= 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..22a2fb1 --- /dev/null +++ b/.env.example @@ -0,0 +1,10 @@ +POSTGRES_USER=shop +POSTGRES_PASSWORD=shop_secret_change_me +POSTGRES_DB=shopdb + +HTTP_PORT=80 +HTTPS_PORT=443 + +# Для HTTPS с Let's Encrypt в Caddyfile +# SITE_DOMAIN=shop.example.com +# CADDY_EMAIL=you@example.com