Skip to content

Commit

Permalink
chore: Update environment variables for storage access credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 3, 2025
1 parent cdf1969 commit a71843c
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 56 deletions.
4 changes: 2 additions & 2 deletions apps/api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ DATABASE_URL=""
SECRET="secret"
PRIVATE_KEY="1d65a3183f35ecef73ce8f7d47920d58abdf3766debc2ff0b4c653b7633707fd" # Testnet private key without funds
EVENT_TRACKER_URL=""
AWS_ACCESS_KEY_ID=""
AWS_SECRET_ACCESS_KEY=""
EVER_ACCESS_KEY=""
EVER_ACCESS_SECRET=""
4 changes: 2 additions & 2 deletions apps/api/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ declare namespace NodeJS {
PRIVATE_KEY: string;
SECRET: string;
EVENT_TRACKER_URL: string;
AWS_ACCESS_KEY_ID: string;
AWS_SECRET_ACCESS_KEY: string;
EVER_ACCESS_KEY: string;
EVER_ACCESS_SECRET: string;
}
}
Loading

0 comments on commit a71843c

Please sign in to comment.