File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "COMMIT_APP_BASE_URL" : " https://app.commit-staging.dev" ,
2424 "COMMIT_AUTH0_DOMAIN" : " https://commit-staging.us.auth0.com" ,
2525 "COMMIT_CLIENT_ID" : " 6UcJAI6tXW6leADCdqsGqo5Aoo4fL5C8" ,
26- "COMMIT_GITHUB_APP_CLIENT_ID" : " Iv1.bddf49045e4040d4" ,
2726 }
2827 },
2928 {
4140 "preLaunchTask" : " tasks: watch-tests"
4241 }
4342 ]
44- }
43+ }
Original file line number Diff line number Diff line change @@ -4,6 +4,4 @@ export const COMMIT_API_BASE_URL = process.env.COMMIT_API_BASE_URL;
44export const COMMIT_APP_BASE_URL = process . env . COMMIT_APP_BASE_URL ;
55export const COMMIT_AUTH0_DOMAIN = process . env . COMMIT_AUTH0_DOMAIN ;
66export const COMMIT_CLIENT_ID = process . env . COMMIT_CLIENT_ID ;
7- export const COMMIT_GITHUB_APP_CLIENT_ID =
8- process . env . COMMIT_GITHUB_APP_CLIENT_ID ;
97export const COMMIT_PROJECT_UDPATE_NOTIFICATION_INTERVAL = 1 ; // 1 minute
You can’t perform that action at this time.
0 commit comments