Skip to content

Commit

Permalink
Implements #11 Access to box
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrodan committed Aug 25, 2016
1 parent 7d7f06d commit 40c7122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeeAnywhere/StorageProviders/Box/BoxHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ never the real production keys.
internal const string BoxClientSecret = "dummy";


internal const string RedirectUri = "http://localhost/oauth";
internal const string RedirectUri = "https://localhost/oauth";
internal const int Limit = 500;

internal static BoxConfig Config;
Expand Down

0 comments on commit 40c7122

Please sign in to comment.