Skip to content

Commit

Permalink
BREAKING: Change Internal Env Key
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 committed Oct 6, 2023
1 parent 96d80a4 commit fd2e063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/InternalEnv.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type InternalEnv = {
OCTOFLARE_APP_ID: string
OCTOFLARE_APP_PRIVATE_KEY_PKCS8: string
OCTOFLARE_APP_WEBHOOK_SECRET: string
OCTOFLARE_PRIVATE_KEY_PKCS8: string
OCTOFLARE_WEBHOOK_SECRET: string
}

0 comments on commit fd2e063

Please sign in to comment.