Skip to content

Commit

Permalink
feat: create html and media sources in api (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saelmala authored Oct 23, 2024
1 parent 4f99b7b commit 3ce2377
Show file tree
Hide file tree
Showing 35 changed files with 2,046 additions and 285 deletions.
5 changes: 1 addition & 4 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MONGODB_URI=${MONGODB_URI:-mongodb://api:password@localhost:27017/live-gui}
# Ateliere Live System Controlleer
LIVE_URL=${LIVE_URL:-https://localhost:8080}
LIVE_CREDENTIALS=${LIVE_CREDENTIALS:-admin:admin}
CONTROL_PANEL_WS=${ip/hostname:port}

# This ENV variable disables SSL Verification, use if the above LIVE_URL doesn't have a proper certificate
NODE_TLS_REJECT_UNAUTHORIZED=${NODE_TLS_REJECT_UNAUTHORIZED:-1}

Expand All @@ -15,6 +15,3 @@ BCRYPT_SALT_ROUNDS=${BCRYPT_SALT_ROUNDS:-10}

# i18n
UI_LANG=${UI_LANG:-en}

# Mediaplayer - path on the system controller
MEDIAPLAYER_PLACEHOLDER=/media/media_placeholder.mp4
Loading

0 comments on commit 3ce2377

Please sign in to comment.