diff --git a/GreenshotBoxPlugin/BoxCredentials.cs b/GreenshotBoxPlugin/BoxCredentials.cs index b5252304a..df3e2edfc 100644 --- a/GreenshotBoxPlugin/BoxCredentials.cs +++ b/GreenshotBoxPlugin/BoxCredentials.cs @@ -26,7 +26,7 @@ namespace GreenshotBoxPlugin { /// You can set your own values here /// 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@"; } }