Files
print-calculator/deploy/envs/int.env
Joe Küng b249cf2000
Some checks failed
Build, Test and Deploy / test-backend (push) Successful in 1m12s
Build, Test and Deploy / build-and-push (push) Successful in 15s
Build, Test and Deploy / deploy (push) Failing after 3s
feat(deploy): fix deploy ports
2026-02-11 15:21:41 +01:00

16 lines
253 B
Bash

REGISTRY_URL=git.joekung.ch
REPO_OWNER=joekung
ENV=int
TAG=int
# Ports
BACKEND_PORT=18001
FRONTEND_PORT=18081
# Application Config
FILAMENT_COST_PER_KG=22.0
MACHINE_COST_PER_HOUR=2.50
ENERGY_COST_PER_KWH=0.30
PRINTER_POWER_WATTS=150
MARKUP_PERCENT=20