Skip to content

Commit 390f97e

Browse files
authored
feat: use jupiterconsole localhost app (#136)
* 将演示账号密码改为guest * 增加本地调试支持github登录
1 parent 918f11e commit 390f97e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/single-region-admin.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ host = "0.0.0.0"
5050
port = 50000
5151
# The public facing domain name used to access grafana from a browser
5252
domain = "localhost"
53-
rootUrl = "http://jupiterconsole.douyu.com/"
53+
rootUrl = "http://127.0.0.1:50000/"
5454

5555
#################################### Jupiter Config #########################
5656
[jupiter]
@@ -122,8 +122,8 @@ apiKeyMaxSecondsToLive = -1
122122
[auth.github]
123123
enable = true
124124
allowSignUp = true
125-
clientId = "a6633e5544e60bd2574e"
126-
clientSecret = "7c6f51d97fc93d5d575ebd13115b20f397807549"
125+
clientId = "b88bb66e4d3114ed1669"
126+
clientSecret = "a42917ca55917f330eb913cc9504cd6a1aeecabc"
127127
scopes = ["user:email", "read:org"]
128128
authUrl = "https://github.com/login/oauth/authorize"
129129
tokenUrl = "https://github.com/login/oauth/access_token"

0 commit comments

Comments
 (0)