summaryrefslogtreecommitdiff
path: root/systemd/prismv2-frontend.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/prismv2-frontend.service')
-rw-r--r--systemd/prismv2-frontend.service1
1 files changed, 0 insertions, 1 deletions
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