John Joyce 728a742528
refactor(react): React as the default UI (#2252)
Co-authored-by: John Joyce <john@acryl.io>
2021-03-18 09:55:05 -07:00

20 lines
374 B
Bash

# Server Port
PORT=9002
# Secret Key
DATAHUB_SECRET="YouKnowNothing"
# App version
DATAHUB_APP_VERSION="1.0"
# Play buffer size
DATAHUB_PLAY_MEM_BUFFER_SIZE="10MB"
# Piwik tracking configuration
DATAHUB_PIWIK_SITEID="94" # change_to_your_piwik_id
DATAHUB_PIWIK_URL="//piwik.corp.linkedin.com/piwik/"
# GMS configuration
DATAHUB_GMS_HOST=localhost
DATAHUB_GMS_PORT=8080