mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
chore: add .env.example for environment variable configuration
- Added .env.example to provide a template for environment variables. - Included the WebSocket URL for the LSP service (C Language - clangd).
This commit is contained in:
parent
8cd8a2977c
commit
6c5beeb27c
2
.env.example
Normal file
2
.env.example
Normal file
@ -0,0 +1,2 @@
|
||||
# WebSocket URL for the LSP service (C Language - clangd)
|
||||
NEXT_PUBLIC_LSP_C_URL=ws://localhost:4594/clangd
|
Loading…
Reference in New Issue
Block a user