i hate git
This commit is contained in:
commit
09964b6be7
2 changed files with 2 additions and 1 deletions
1
config.example.ini
Normal file
1
config.example.ini
Normal file
|
@ -0,0 +1 @@
|
||||||
|
api_key = your api key here
|
|
@ -4,7 +4,7 @@ namespace NP
|
||||||
{
|
{
|
||||||
private static Fetcher: AJAX = null;
|
private static Fetcher: AJAX = null;
|
||||||
private static CheckIntervalId: number = 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 GetPath: string = "/get.php";
|
||||||
private static User: string = null;
|
private static User: string = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue