Files
anonklub/.envrc.example
2024-08-27 15:56:54 +02:00

23 lines
1.1 KiB
Plaintext

# query-api
export DUNE_API_KEY=get-one-at-https://dune.com/docs/api/ \
GRAPH_API_KEY=get-one-at-https://thegraph.com/ \
GOOGLE_CLOUD_PROJECT=update \
GOOGLE_APPLICATION_CREDENTIALS_JSON_STR="json string data (includes private key) of a service account that has access to bigquery"
# ui
export DISCORD_BOT_URL=update \
NEXT_PUBLIC_QUERY_API_URL=https://query.anonklub.xyz \
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=get-at-https://cloud.walletconnect.com/sign-up
# secret seeded from one of discord secret to restrcit request to ui to the discord discord-bot
# eg echo -n "$CLIENT_ID" | openssl dgst -sha256 -binary | openssl base64 | tr -d '/+=' | cut -c1-32
export DISCORD_BOT_API_KEY=update
# discord bot
export BOT_TOKEN=create-an-application at https://discord.com/developers/applications \
CLIENT_ID=create-an-application-at-https://discord.com/developers/applications \
GUILD_ID=find-it-in-the-discord-settings \
UI_URL=update \
VERIFICATION_CHANNEL_ID=right click on channel name > copy channel id \
VERIFIED_ROLE_ID="find it in server settings>roles>right click on role>copy role id"