Skip to content

Commit

Permalink
wip remove useless quote in env
Browse files Browse the repository at this point in the history
  • Loading branch information
lebaudantoine committed Jul 5, 2024
1 parent e0f0429 commit 56092d2
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 56092d2

Please sign in to comment.