mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 11:12:44 +00:00
global: add support for -DSTAGING
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Streetwriters.Common
|
||||
|
||||
public class Servers
|
||||
{
|
||||
#if DEBUG
|
||||
#if (DEBUG || STAGING)
|
||||
public static string GetLocalIPv4()
|
||||
{
|
||||
var interfaces = NetworkInterface.GetAllNetworkInterfaces();
|
||||
|
||||
Reference in New Issue
Block a user