Files
updater/.env.example
T
2026-07-14 12:10:44 +03:00

14 lines
543 B
Bash

GITHUB_TOKEN=
GIT_TOKEN=
BACKEND_REPO=https://github.com/fromchat-messenger/backend.git
WEB_REPO=https://github.com/fromchat-messenger/web.git
DEPLOYMENT_REPO=https://github.com/fromchat-messenger/app.git
COMPOSE_PROJECT_DIR=/home/user/fromchat-server
FROMCHAT_COMPONENTS=backend,frontend,caddy
CHECK_INTERVAL_SECONDS=60
# Gitea-only example (no GitHub fallback needed):
# BACKEND_REPO=https://git.fromchat.ru/FromChat/backend.git
# WEB_REPO=https://git.fromchat.ru/FromChat/web.git
# DEPLOYMENT_REPO=https://git.fromchat.ru/FromChat/app.git