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