Skip to content

Commit

Permalink
Update clientid for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
borismattijssen committed Jun 2, 2017
1 parent 5b6f5b0 commit c5350a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The structure of the config and the defaults are show below:
"auth": {
"api_endpoint": "http://auth.nerdalize.com/v1/", # URL of authentication server
"public_key": "-----BEGIN PUBLIC KEY-----\nMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEBthEmchVCtA3ZPXqiCXdj+7/ZFuhxRgx\ngrTxIHK+b0vEqKqA3O++ggD1GgjqtTfNLGUjLCE3KxyIN78TsK+HU4VVexTjlWXy\nWPtidD68xGD0JVPU1cSfu8iP0XzwgttG\n-----END PUBLIC KEY-----\n", # Public key used to verify JWT signature
"client_id": "GuoeRJLYOXzVa9ydPjKi83lCctWtXpNHuiy46Yux", #OAuth client ID
"client_id": "Po2PHR7YOIEQojfHy3zfOMulby9QGVSvcD9bO3S3", #OAuth client ID
"oauth_localserver": "localhost:9876", #address of local oauth server
"oauth_success_url": "https://cloud.nerdalize.com" #redirect URL after successful login
},
Expand Down
2 changes: 1 addition & 1 deletion nerd/conf/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func Defaults() *Config {
APIEndpoint: "https://auth.nerdalize.com/v1/",
OAuthLocalServer: "localhost:9876",
OAuthSuccessURL: "https://cloud.nerdalize.com",
ClientID: "GuoeRJLYOXzVa9ydPjKi83lCctWtXpNHuiy46Yux",
ClientID: "Po2PHR7YOIEQojfHy3zfOMulby9QGVSvcD9bO3S3",
PublicKey: `-----BEGIN PUBLIC KEY-----
MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEBthEmchVCtA3ZPXqiCXdj+7/ZFuhxRgx
grTxIHK+b0vEqKqA3O++ggD1GgjqtTfNLGUjLCE3KxyIN78TsK+HU4VVexTjlWXy
Expand Down

0 comments on commit c5350a6

Please sign in to comment.