i hate git

This commit is contained in:
flash 2017-03-19 15:57:08 +01:00
commit 09964b6be7
2 changed files with 2 additions and 1 deletions

1
config.example.ini Normal file
View file

@ -0,0 +1 @@
api_key = your api key here

View file

@ -4,7 +4,7 @@ namespace NP
{
private static Fetcher: AJAX = null;
private static CheckIntervalId: number = null;
private static CheckTimeout: number = 60 * 1000;
private static CheckTimeout: number = 15 * 1000;
private static GetPath: string = "/get.php";
private static User: string = null;