Skip to content

Commit

Permalink
populate non-secret envs in example
Browse files Browse the repository at this point in the history
  • Loading branch information
callensm committed Sep 5, 2022
1 parent 845686e commit 71ff2d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/.env.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
AWS_SECRET=
AWS_KEY=
NEXT_PUBLIC_AWS_REGION=
NEXT_PUBLIC_AWS_S3_BUCKET=
NEXT_PUBLIC_CONNECTION=
NEXT_PUBLIC_NETWORK=
NEXT_PUBLIC_XNFT_PROGRAMID=
NEXT_PUBLIC_AWS_REGION=us-west-2
NEXT_PUBLIC_AWS_S3_BUCKET=xnfts-dev
NEXT_PUBLIC_CONNECTION=https://api.devnet.solana.com
NEXT_PUBLIC_NETWORK=devnet
NEXT_PUBLIC_XNFT_PROGRAMID=BdbULx4sJSeLJzvR6h6QxL4fUPJAJw86qmwwXt6jBfXd
NEXT_PUBLIC_MY_SECRET_TOKEN=
NFT_STORAGE_API_KEY=
MAILCHIMP_API_KEY=
Expand Down

0 comments on commit 71ff2d1

Please sign in to comment.