Skip to content

Commit

Permalink
videos
Browse files Browse the repository at this point in the history
  • Loading branch information
loukanos12 committed Apr 24, 2024
1 parent d217210 commit c6349e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const dev = {
// Comment the below lines, when using codespaces or other special DNS names (which you can't control)
HOSTNAME: hostname,
API_URL: `https://demo.kerberos.io/api`,
URL: `https://demo.kerberos.io/`,
URL: `https://demo.kerberos.io`,
WS_URL: `${websocketprotocol}//${hostname}:80/ws`,
MODE: window['env']['mode'],
// Uncomment, and comment the above lines, when using codespaces or other special DNS names (which you can't control)
Expand Down

0 comments on commit c6349e8

Please sign in to comment.