mirror of
https://github.com/unraid/api.git
synced 2026-04-30 12:10:15 -05:00
fix: use correct port
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ const staging = {
|
||||
const production = {
|
||||
NODE_ENV: 'production',
|
||||
ENVIRONMENT: 'production',
|
||||
PORT: '/var/run/node-api.sock',
|
||||
PORT: '/var/run/unraid-api.sock',
|
||||
out_file: '/dev/null',
|
||||
error_file: '/dev/null'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user