Skip to content

Commit

Permalink
local dev env config (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
kziemianek committed Feb 2, 2024
1 parent a0a007f commit 7fe4959
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tee-worker/local-setup/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ GENIIDATA_API_KEY=142cf1b0-1ca7-11ee-bb5e-9d74c2e854ac

# The followings are default value.
# Can be skipped; or overwrite within non-production mode.
TWITTER_OFFICIAL_URL=https://api.twitter.com
TWITTER_OFFICIAL_URL=http://localhost:19527
TWITTER_LITENTRY_URL=http://localhost:19527
DISCORD_OFFICIAL_URL=https://discordapp.com
DISCORD_OFFICIAL_URL=http://localhost:19527
DISCORD_LITENTRY_URL=http://localhost:19527
ACHAINABLE_URL=https://label-production.graph.tdf-labs.io/
CREDENTIAL_ENDPOINT=wss://rpc.rococo-parachain.litentry.io
ONEBLOCK_NOTION_URL=https://api.notion.com/v1/blocks/e4068e6a326243468f35dcdc0c43f686/children
SORA_QUIZ_MASTER_ID=1164463721989554218
SORA_QUIZ_ATTENDEE_ID=1166941149219532800
NODEREAL_API_URL=https://open-platform.nodereal.io/
ACHAINABLE_URL=http://localhost:19527
CREDENTIAL_ENDPOINT=http://localhost:9933
ONEBLOCK_NOTION_URL=https://abc.com
SORA_QUIZ_MASTER_ID=SORA_QUIZ_MASTER_ID
SORA_QUIZ_ATTENDEE_ID=SORA_QUIZ_ATTENDEE_ID
NODEREAL_API_URL=http://localhost:19527
NODEREAL_API_CHAIN_NETWORK_URL=https://{chain}-mainnet.nodereal.io/
CONTEST_LEGEND_DISCORD_ROLE_ID=1172576273063739462
CONTEST_POPULARITY_DISCORD_ROLE_ID=1172576681119195208
CONTEST_PARTICIPANT_DISCORD_ROLE_ID=1172576734135210104
CONTEST_LEGEND_DISCORD_ROLE_ID=CONTEST_LEGEND_DISCORD_ROLE_ID
CONTEST_POPULARITY_DISCORD_ROLE_ID=CONTEST_POPULARITY_DISCORD_ROLE_ID
CONTEST_PARTICIPANT_DISCORD_ROLE_ID=CONTEST_PARTICIPANT_DISCORD_ROLE_ID
VIP3_URL=https://dappapi.vip3.io/
GENIIDATA_URL=https://api.geniidata.com/api/1/brc20/balance?
LITENTRY_ARCHIVE_URL=https://archive-test.litentry.io
LITENTRY_ARCHIVE_URL=http://localhost:19527

0 comments on commit 7fe4959

Please sign in to comment.