From 0a40178b40b4c939b00f03f114777ffff2ed0652 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Tue, 19 May 2026 01:39:13 -0700 Subject: Fix production API base for ticker search --- systemd/prismv2-frontend.service | 1 - 1 file changed, 1 deletion(-) (limited to 'systemd') diff --git a/systemd/prismv2-frontend.service b/systemd/prismv2-frontend.service index 8e71997..f50dd1e 100644 --- a/systemd/prismv2-frontend.service +++ b/systemd/prismv2-frontend.service @@ -7,7 +7,6 @@ Wants=prismv2-backend.service Type=simple User=tyler WorkingDirectory=/home/tyler/Work/prism-v2/frontend -Environment=NEXT_PUBLIC_API_BASE_URL=http://127.0.0.1:8001 Environment=NODE_ENV=development ExecStart=/usr/bin/npm run dev -- --hostname 127.0.0.1 --port 3001 Restart=on-failure -- cgit v1.3-2-g0d8e