🎨(env) remove useless quote
No need to wrap string environment values in quotes.
This commit is contained in:
committed by
aleb_the_flash
parent
857c3bdc94
commit
136d380706
@@ -41,6 +41,6 @@ OIDC_REDIRECT_ALLOWED_HOSTS=["http://localhost:8083", "http://localhost:3000"]
|
||||
OIDC_AUTH_REQUEST_EXTRA_PARAMS={"acr_values": "eidas1"}
|
||||
|
||||
# Livekit Token settings
|
||||
LIVEKIT_API_SECRET="secret"
|
||||
LIVEKIT_API_KEY="devkey"
|
||||
LIVEKIT_API_SECRET=secret
|
||||
LIVEKIT_API_KEY=devkey
|
||||
LIVEKIT_API_URL=http://localhost:7880
|
||||
|
||||
Reference in New Issue
Block a user