Add react hook form and new env variables

This commit is contained in:
Valtteri Karesto
2022-03-16 18:59:11 +02:00
parent b9aa3e2adc
commit 694d07fa0e
3 changed files with 10 additions and 1 deletions

View File

@@ -2,4 +2,7 @@ NEXTAUTH_URL=https://example.com
GITHUB_SECRET=""
GITHUB_ID=""
NEXT_PUBLIC_COMPILE_API_ENDPOINT="http://localhost:9000/api/build"
NEXT_PUBLIC_LANGUAGE_SERVER_API_ENDPOINT="ws://localhost:9000/language-server/c"
NEXT_PUBLIC_LANGUAGE_SERVER_API_ENDPOINT="ws://localhost:9000/language-server/c"
NEXT_PUBLIC_TESTNET_URL="wss://hooks-testnet-v2.xrpl-labs.com"
NEXT_PUBLIC_DEBUG_STREAM_URL"wss://hooks-testnet-v2-debugstream.xrpl-labs.com/"
NEXT_PUBLIC_SITE_URL=http://localhost:3000