mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
9 lines
264 B
Go
9 lines
264 B
Go
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"
|
|
)
|