-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 1.13 KB
/
Copy path.env.example
File metadata and controls
31 lines (26 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Public app URL. Also register this callback URL with your GitHub OAuth App:
# <NEXT_PUBLIC_APP_URL>/api/github/callback
NEXT_PUBLIC_APP_URL=https://admon.peerfix.dev
# Monad Mainnet / chain 143
NEXT_PUBLIC_MONAD_RPC_URL=https://rpc.monad.xyz
# Server-only variable. The server passes the public address to the proof page.
NEXT_ADMON_CONTRACT_ADDRESS=0xb6aedBF17a11928A63773F88a9CfD3E252F43a63
# Deployed AdmonTrace (V2 / weekly) contract on Monad Mainnet.
NEXT_ADMON_TRACE_CONTRACT_ADDRESS=0xCc3fc8b272bca9de775ba7399E3dD7fd7a0173b0
# Optional X launch-post URL. When set, builder shares include this post.
NEXT_PUBLIC_LAUNCH_POST_URL=
# GitHub OAuth
GITHUB_OAUTH_CLIENT_ID=
GITHUB_OAUTH_CLIENT_SECRET=
GITHUB_SESSION_SECRET=
# Optional token to raise GitHub public API rate limits.
GITHUB_PAT=
# Server-only authorizer. Pass this address to the Admon constructor in Remix.
MONAD_AUTHORIZER_PRIVATE_KEY=
# Optional Trace-specific signer. If absent, this flow reuses MONAD_AUTHORIZER_PRIVATE_KEY.
MONAD_TRACE_AUTHORIZER_PRIVATE_KEY=
# Supabase Postgres and the "cars" storage bucket
DATABASE_URL=
DIRECT_URL=
SUPABASE_URL=
SUPABASE_SERVICE_ROLE_KEY=