Files
print-calculator/deploy/envs/dev.env
Joe Küng 8e9afbf260
Some checks failed
Build, Test and Deploy / build-and-push (push) Has been cancelled
Build, Test and Deploy / deploy (push) Has been cancelled
Build, Test and Deploy / test-backend (push) Has been cancelled
feat(back-end): email improvements
2026-02-27 12:09:37 +01:00

14 lines
220 B
Bash

REGISTRY_URL=git.joekung.ch
REPO_OWNER=joekung
ENV=dev
TAG=dev
# Ports
BACKEND_PORT=18002
FRONTEND_PORT=18082
CLAMAV_HOST=192.168.1.147
CLAMAV_PORT=3310
CLAMAV_ENABLED=true
APP_FRONTEND_BASE_URL=http://localhost:18082