chore: re-add .env.staging in api

This commit is contained in:
Pujit Mehrotra
2025-03-27 16:01:38 -04:00
parent d0d2ff65ed
commit d23a89f0b3
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -88,7 +88,6 @@ deploy/*
.nitro
.cache
.output
.env*
!.env.example
fb_keepalive
+4
View File
@@ -0,0 +1,4 @@
ENVIRONMENT="staging"
NODE_ENV="production"
PORT="/var/run/unraid-api.sock"
MOTHERSHIP_GRAPHQL_LINK="https://staging.mothership.unraid.net/ws"