Skip to content

Commit

Permalink
🎨(env) remove useless quote
Browse files Browse the repository at this point in the history
No need to wrap string environment values in quotes.
  • Loading branch information
lebaudantoine committed Jul 5, 2024
1 parent 741e326 commit 8eb049f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env.d/development/common.dist
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ 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

0 comments on commit 8eb049f

Please sign in to comment.