Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
feat: remove private key from netlify env
Browse files Browse the repository at this point in the history
  • Loading branch information
wannacfuture committed Jan 16, 2024
1 parent 714ea60 commit 0e4efb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion src/types/configuration-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const envConfigSchema = T.Object({
LOG_RETRY_LIMIT: T.Number({ default: 8 }),
SUPABASE_URL: T.String({ format: "uri" }),
SUPABASE_KEY: T.String(),
X25519_PRIVATE_KEY: T.String(),
PRIVATE_KEY: T.String(),
APP_ID: T.Number(),
});
Expand Down
38 changes: 0 additions & 38 deletions src/utils/private.ts

This file was deleted.

0 comments on commit 0e4efb0

Please sign in to comment.