Skip to content

Commit

Permalink
chore: rename .env.example to .example
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Mar 4, 2024
1 parent bfd39a1 commit 31561a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/dapp/example.env → packages/dapp/.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,23 @@ NEXT_PUBLIC_GOOGLE_SCOPES=https://www.googleapis.com/auth/drive.appdata
GOOGLE_DRIVE_FILE_NAME=masca-backup-

# Networks endpoints

MAINNET_RPC_URL=
SEPOLIA_RPC_URL=
IPFS_GATEWAY=
POLYGON_RPC_URL=
POLYGON_MUMBAI_RPC_URL=


# Masca version

NEXT_PUBLIC_MASCA_VERSION=

# SupaBase Public

NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=

# SupaBase Private

SUPABASE_SECRET_KEY=
SUPABASE_JWT_SECRET=

0 comments on commit 31561a2

Please sign in to comment.