From 52432d557cb1bf56e295682fd08e2787a38368b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Fri, 8 May 2026 16:50:33 +0900 Subject: [PATCH] Rename backend data path to WSChat --- backend/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.env.example b/backend/.env.example index 05bee1d..8dc33d0 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -5,7 +5,7 @@ PUBLIC_API_URL=https://api.example.ru PUBLIC_WS_URL=wss://api.example.ru/ws TRUST_PROXY=true -DATABASE_PATH=/opt/raspi-chat/data/chat.sqlite +DATABASE_PATH=/opt/ws-chat/data/chat.sqlite ADMIN_ORIGIN=https://admin.example.ru WIDGET_ORIGIN=https://widget.example.ru