mirror of https://github.com/go-gitea/gitea.git
Mirror fix
This commit is contained in:
parent
e44655f722
commit
7d2632784f
16
conf/app.ini
16
conf/app.ini
|
@ -98,20 +98,20 @@ ENABLED = false
|
||||||
CLIENT_ID =
|
CLIENT_ID =
|
||||||
CLIENT_SECRET =
|
CLIENT_SECRET =
|
||||||
SCOPES = all
|
SCOPES = all
|
||||||
AUTH_URL = https://graph.qq.com/oauth2.0/authorize
|
; QQ 互联
|
||||||
TOKEN_URL = https://graph.qq.com/oauth2.0/token
|
; AUTH_URL = https://graph.qq.com/oauth2.0/authorize
|
||||||
|
; TOKEN_URL = https://graph.qq.com/oauth2.0/token
|
||||||
|
; Tencent weibo
|
||||||
|
AUTH_URL = https://open.t.qq.com/cgi-bin/oauth2/authorize
|
||||||
|
TOKEN_URL = https://open.t.qq.com/cgi-bin/oauth2/access_token
|
||||||
|
|
||||||
[oauth.twitter]
|
[oauth.twitter]
|
||||||
ENABLED = false
|
ENABLED = false
|
||||||
CLIENT_ID =
|
CLIENT_ID =
|
||||||
CLIENT_SECRET =
|
CLIENT_SECRET =
|
||||||
SCOPES = all
|
SCOPES = all
|
||||||
; Tencent weibo
|
AUTH_URL = https://api.twitter.com/oauth/authorize
|
||||||
AUTH_URL = https://open.t.qq.com/cgi-bin/oauth2/authorize
|
TOKEN_URL = https://api.twitter.com/oauth/access_token
|
||||||
TOKEN_URL = https://open.t.qq.com/cgi-bin/oauth2/access_token
|
|
||||||
; QQ 互联
|
|
||||||
; AUTH_URL = https://api.twitter.com/oauth/authorize
|
|
||||||
; TOKEN_URL = https://api.twitter.com/oauth/access_token
|
|
||||||
|
|
||||||
[oauth.weibo]
|
[oauth.weibo]
|
||||||
ENABLED = false
|
ENABLED = false
|
||||||
|
|
Loading…
Reference in New Issue