mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
chore(env): remove LSP service configuration from .env.example
This commit is contained in:
parent
aa10163c51
commit
fbd1454cdf
12
.env.example
12
.env.example
@ -7,18 +7,6 @@ POSTGRES_DB="your_postgres_db"
|
|||||||
# Format: postgresql://username:password@hostname:port/database_name?schema=public
|
# Format: postgresql://username:password@hostname:port/database_name?schema=public
|
||||||
DATABASE_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?schema=public"
|
DATABASE_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?schema=public"
|
||||||
|
|
||||||
# WebSocket URL for the LSP service (C Language - clangd)
|
|
||||||
NEXT_PUBLIC_LSP_C_PROTOCOL="ws"
|
|
||||||
NEXT_PUBLIC_LSP_C_HOSTNAME="localhost"
|
|
||||||
NEXT_PUBLIC_LSP_C_PORT="4594"
|
|
||||||
NEXT_PUBLIC_LSP_C_PATH="/clangd"
|
|
||||||
|
|
||||||
# WebSocket URL for the LSP service (C++ Language - clangd)
|
|
||||||
NEXT_PUBLIC_LSP_CPP_PROTOCOL="ws"
|
|
||||||
NEXT_PUBLIC_LSP_CPP_HOSTNAME="localhost"
|
|
||||||
NEXT_PUBLIC_LSP_CPP_PORT="4595"
|
|
||||||
NEXT_PUBLIC_LSP_CPP_PATH="/clangd"
|
|
||||||
|
|
||||||
# Secret key for authentication (generate a secure value)
|
# Secret key for authentication (generate a secure value)
|
||||||
AUTH_SECRET="your_auth_secret"
|
AUTH_SECRET="your_auth_secret"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user