mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 14:24:43 -07:00
Preparations for migrating Imgur to the new logic, using a new Client ID/Secret.
This commit is contained in:
parent
505275f9d8
commit
ffab1c75ca
3 changed files with 8 additions and 8 deletions
|
@ -83,11 +83,11 @@
|
||||||
<Tokens Include="Flickr_ClientSecret">
|
<Tokens Include="Flickr_ClientSecret">
|
||||||
<ReplacementValue>$(Flickr_ClientSecret)</ReplacementValue>
|
<ReplacementValue>$(Flickr_ClientSecret)</ReplacementValue>
|
||||||
</Tokens>
|
</Tokens>
|
||||||
<Tokens Include="Imgur_ClientId">
|
<Tokens Include="Imgur13_ClientId">
|
||||||
<ReplacementValue>$(Imgur_ClientId)</ReplacementValue>
|
<ReplacementValue>$(Imgur13_ClientId)</ReplacementValue>
|
||||||
</Tokens>
|
</Tokens>
|
||||||
<Tokens Include="Imgur_ClientSecret">
|
<Tokens Include="Imgur13_ClientSecret">
|
||||||
<ReplacementValue>$(Imgur_ClientSecret)</ReplacementValue>
|
<ReplacementValue>$(Imgur13_ClientSecret)</ReplacementValue>
|
||||||
</Tokens>
|
</Tokens>
|
||||||
<Tokens Include="Photobucket_ClientId">
|
<Tokens Include="Photobucket_ClientId">
|
||||||
<ReplacementValue>$(Photobucket_ClientId)</ReplacementValue>
|
<ReplacementValue>$(Photobucket_ClientId)</ReplacementValue>
|
||||||
|
|
|
@ -25,7 +25,7 @@ namespace GreenshotImgurPlugin {
|
||||||
/// You can set your own values here
|
/// You can set your own values here
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static class ImgurCredentials {
|
public static class ImgurCredentials {
|
||||||
public static string CONSUMER_KEY = "${Imgur_ClientId}";
|
public static string CONSUMER_KEY = "${Imgur13_ClientId}";
|
||||||
public static string CONSUMER_SECRET = "${Imgur_ClientSecret}";
|
public static string CONSUMER_SECRET = "${Imgur13_ClientSecret}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,8 +49,8 @@ stages:
|
||||||
DropBox_ClientSecret: $(DropBox_ClientSecret)
|
DropBox_ClientSecret: $(DropBox_ClientSecret)
|
||||||
Flickr_ClientId: $(Flickr_ClientId)
|
Flickr_ClientId: $(Flickr_ClientId)
|
||||||
Flickr_ClientSecret: $(Flickr_ClientSecret)
|
Flickr_ClientSecret: $(Flickr_ClientSecret)
|
||||||
Imgur_ClientId: $(Imgur_ClientId)
|
Imgur13_ClientId: $(Imgur13_ClientId)
|
||||||
Imgur_ClientSecret: $(Imgur_ClientSecret)
|
Imgur13_ClientSecret: $(Imgur13_ClientSecret)
|
||||||
Photobucket_ClientId: $(Photobucket_ClientId)
|
Photobucket_ClientId: $(Photobucket_ClientId)
|
||||||
Photobucket_ClientSecret: $(Photobucket_ClientSecret)
|
Photobucket_ClientSecret: $(Photobucket_ClientSecret)
|
||||||
Picasa_ClientId: $(Picasa_ClientId)
|
Picasa_ClientId: $(Picasa_ClientId)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue