Files
print-calculator/deploy/envs/int.env
Joe Küng 3f938db257
Some checks failed
Build, Test and Deploy / test-backend (push) Failing after 38s
Build, Test and Deploy / build-and-push (push) Has been skipped
Build, Test and Deploy / deploy (push) Has been skipped
feat(back-end and front-end): back-office
2026-02-27 12:44:06 +01:00

17 lines
288 B
Bash

REGISTRY_URL=git.joekung.ch
REPO_OWNER=joekung
ENV=int
TAG=int
# Ports
BACKEND_PORT=18001
FRONTEND_PORT=18081
CLAMAV_HOST=192.168.1.147
CLAMAV_PORT=3310
CLAMAV_ENABLED=true
APP_FRONTEND_BASE_URL=http://localhost:18081
ADMIN_PASSWORD=
ADMIN_SESSION_SECRET=
ADMIN_SESSION_TTL_MINUTES=480