-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switching to net6 was not necessary
- Loading branch information
Showing
5 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Text; | ||
|
||
namespace uplink.NET.Test | ||
{ | ||
class TestConstants | ||
{ | ||
public const string VALID_API_KEY = "1FkahBKy3PeTFzpgntwEubptFb7j7QGY7SW1F89Y9BHynmvKoPTecteVQoPjF3dBpLv1Rf6ZCruNWkK1MHii1i2pEMij9yG9Q9PwgxK1nLcFmDBH7FpLDAfkSAffvVTtJLbssVw37gNdrfAvx1ZJW"; | ||
public const string ENCRYPTION_SECRET = "i_am_so_secret_you_cant_imagine"; | ||
public const string INVALID_API_KEY = "This is not a valid API-Key"; | ||
public const string SATELLITE_URL = "europe-west-1.tardigrade.io:7777"; //Use the address of your satellite | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters