mirror of
https://github.com/unraid/api.git
synced 2026-02-18 05:58:28 -06:00
chore: re-add .env.staging in api
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -88,7 +88,6 @@ deploy/*
|
||||
.nitro
|
||||
.cache
|
||||
.output
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
fb_keepalive
|
||||
|
||||
4
api/.env.staging
Normal file
4
api/.env.staging
Normal 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"
|
||||
Reference in New Issue
Block a user