Last minute RC2 fix für Box credentials

This commit is contained in:
Robin Krom 2014-11-11 21:26:43 +00:00
commit 380f581bbe

View file

@ -26,7 +26,7 @@ namespace GreenshotBoxPlugin {
/// You can set your own values here
/// </summary>
public static class BoxCredentials {
public static string ClientId = "1234";
public static string ClientId = "@credentials_box_client_id@";
public static string ClientSecret = "@credentials_box_client_secret@";
}
}