wasStitchNET

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 12  →  ?path2? @ 13
/Constants.cs
@@ -23,10 +23,16 @@
public static readonly ProductInfoHeaderValue USER_AGENT =
new ProductInfoHeaderValue(Assembly.GetEntryAssembly().GetName().Name, STITCH_VERSION);
 
public const string GEOIP_PATH = @"GeoIP-Databases";
public const string GEOIP_CITY_DATABASE = @"GeoLite2-City.mmdb.gz";
public const string GEOIP_UNKNOWN_COUNTRY = @"a galaxy far, far away...";
 
public const string OFFICIAL_UPDATE_SERVER = @"http://corrade.grimore.org";
 
public const string SERVICE_NAME = @"Stitch";
public const string SERVICE_DESCRIPTION = @"The Stitch Software Update Service.";
public const string DATE_TIME_STAMP = @"dd-MM-yyyy HH:mm:ss";
public const string LOG_FILE_PATH = @"logs/Stitch.log";
 
public const int LOCAL_FILE_ACCESS_TIMEOUT = 60000;
}
}
}