Change port.

This commit is contained in:
Martin Rotter 2017-09-21 15:16:25 +02:00
parent c6d1e374fe
commit 531474b3b6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#ifndef INOREADER_DEFINITIONS_H
#define INOREADER_DEFINITIONS_H
#define INOREADER_OAUTH_PORT 8080
#define INOREADER_OAUTH_PORT 12885
#define INOREADER_OAUTH_SCOPE "read write"
#define INOREADER_OAUTH_TOKEN_URL "https://www.inoreader.com/oauth2/token"
#define INOREADER_OAUTH_AUTH_URL "https://www.inoreader.com/oauth2/auth"