5 lines
210 B
Plaintext
5 lines
210 B
Plaintext
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" |