mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: not expose secret
This commit is contained in:
parent
4195e957da
commit
6f0d645d8b
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ export const IN_PRODUCTION_MODE = process.env.NODE_ENV === 'production'
|
|||
|
||||
export const GITHUB_OAUTH = {
|
||||
clientId: process.env.GITHUB_OAUTH_CLIENT_ID || '',
|
||||
clientSecret: process.env.GITHUB_OAUTH_CLIENT_SECRET || '',
|
||||
}
|
||||
|
||||
export const GITEE_OAUTH = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue