|
package config
|
|
|
|
var (
|
|
// Sign in with GitHub is an experimental feature which will be remove in the future
|
|
// So the ClientID and Secret are just examples.
|
|
GITHUB_CLIENTID = "187ba36888f152b06612"
|
|
GITHUB_SECRET = "10b6fec4146cbb7bdf64016b3cf0905366a35041"
|
|
)
|