Skip to content

Commit

Permalink
feat: use jupiterconsole localhost app (#136)
Browse files Browse the repository at this point in the history
* 将演示账号密码改为guest

* 增加本地调试支持github登录
  • Loading branch information
B15030328 committed Aug 26, 2021
1 parent 918f11e commit 390f97e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/single-region-admin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ host = "0.0.0.0"
port = 50000
# The public facing domain name used to access grafana from a browser
domain = "localhost"
rootUrl = "http://jupiterconsole.douyu.com/"
rootUrl = "http://127.0.0.1:50000/"

#################################### Jupiter Config #########################
[jupiter]
Expand Down Expand Up @@ -122,8 +122,8 @@ apiKeyMaxSecondsToLive = -1
[auth.github]
enable = true
allowSignUp = true
clientId = "a6633e5544e60bd2574e"
clientSecret = "7c6f51d97fc93d5d575ebd13115b20f397807549"
clientId = "b88bb66e4d3114ed1669"
clientSecret = "a42917ca55917f330eb913cc9504cd6a1aeecabc"
scopes = ["user:email", "read:org"]
authUrl = "https://github.com/login/oauth/authorize"
tokenUrl = "https://github.com/login/oauth/access_token"
Expand Down

0 comments on commit 390f97e

Please sign in to comment.