Skip to content

Commit

Permalink
app config has been modified (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-velichko authored May 7, 2024
1 parent 3df7d1c commit 07d316a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions videochat-conf-react/src/services/auth-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class AuthService {
const appConfig = {
debug: {
mode: 1,
conference: {
server: process.env.REACT_APP_CONNECTYCUBE_MULTIPARTY_SERVER_ENDPOINT,
},
},
conference: {
server: process.env.REACT_APP_CONNECTYCUBE_MULTIPARTY_SERVER_ENDPOINT,
},
endpoints: {
api: process.env.REACT_APP_CONNECTYCUBE_API_ENDPOINT,
Expand Down

0 comments on commit 07d316a

Please sign in to comment.