Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
d626247a
Commit
d626247a
authored
4 years ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Added documentation on configuration usage | refs
#32373
parent
6c3fd409
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
global-conf.sh
+24
-3
24 additions, 3 deletions
global-conf.sh
with
24 additions
and
3 deletions
global-conf.sh
+
24
−
3
View file @
d626247a
...
...
@@ -10,6 +10,7 @@ ENVSETUP_BRANCH='stable'
# Skyreach in which system looks for packages
SKYREACH_HOST
=
'mirismanager.ubicast.eu'
SKYREACH_SSL_VERIFY
=
'1'
# ⚠ SKYREACH_API_KEY is used in ubicast-skyreach package at first installation
SKYREACH_API_KEY
=
''
SKYREACH_APT_TOKEN
=
''
SKYREACH_ACTIVATION_KEY
=
''
...
...
@@ -17,6 +18,7 @@ SKYREACH_ACTIVATION_KEY=''
NTP_SERVER
=
'0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.pool.ntp.org'
# SSH
SSH_ALLOWED_KEYS
=
''
# ⚠ SSH_MAINTENANCE_PORT is used in ubicast-monitor package postinst
SSH_MAINTENANCE_PORT
=
''
# SSL certificate
SSL_CERTIFICATE
=
'/etc/ssl/certs/ssl-cert-snakeoil.pem'
...
...
@@ -48,23 +50,36 @@ WOWZA_MANAGER_PWD='test'
WOWZA_LICENSE
=
''
# -- MediaServer --
# ⚠ MS_SERVER_NAME is used in ubicast-mediaserver package when adding an instance
MS_SERVER_NAME
=
'mediaserver'
# ⚠ MS_ID is used in ubicast-mediaserver package when adding an instance
MS_ID
=
'fX_msuser'
# ⚠ MS_API_KEY is used in ubicast-mediaserver package when adding an instance
# API key looks like: s00pN-aRseu-dnfMq-678CV-9nS9E
MS_API_KEY
=
# ⚠ MS_SECRET is used in ubicast-mediaserver package when adding an instance
MS_SECRET
=
'secret'
# ⚠ MS_SUPERUSER_PWD is used in ubicast-mediaserver package when adding an instance
MS_SUPERUSER_PWD
=
'test'
# ⚠ MS_ADMIN_PWD is used in ubicast-mediaserver package when adding an instance
MS_ADMIN_PWD
=
'test'
# -- Monitor --
# ⚠ MONITOR_SERVER_NAME is used in ubicast-monitor package postinst
MONITOR_SERVER_NAME
=
'monitor'
MONITOR_SUPERUSER_PWD
=
'test'
MONITOR_ADMIN_PWD
=
'test'
# ⚠ MONITOR_SUPERUSER_PWD is used in ubicast-monitor package postinst
MONITOR_SUPERUSER_PWD
=
''
# ⚠ MONITOR_ADMIN_PWD is used in ubicast-monitor package postinst
MONITOR_ADMIN_PWD
=
''
# ⚠ MONITOR_SHELL_PWD is used in ubicast-monitor package postinst
MONITOR_SHELL_PWD
=
''
# -- Miris Manager --
# ⚠ CM_SERVER_NAME is used in ubicast-skyreach package postinst and in ubicast-mediaserver package when adding an instance
CM_SERVER_NAME
=
'mirismanager'
# ⚠ CM_SUPERUSER_PWD is used in ubicast-skyreach package at first installation
CM_SUPERUSER_PWD
=
'test'
# ⚠ CM_ADMIN_PWD is used in ubicast-skyreach package at first installation
CM_ADMIN_PWD
=
'test'
# -- Cache server --
...
...
@@ -72,16 +87,22 @@ CACHE_SERVER_NAME=''
CACHE_SOURCE
=
''
# -- Database --
# ⚠ DB_HOST is used in ubicast-mediaserver and ubicast-skyreach package postinst
DB_HOST
=
'127.0.0.1'
# ⚠ DB_PORT is used in ubicast-mediaserver and ubicast-skyreach package postinst
DB_PORT
=
'5432'
# ⚠ DB_PG_ROOT_PWD is used in ubicast-mediaserver and ubicast-skyreach package postinst
# if no password is set, it will not be changed or set
DB_PG_ROOT_PWD
=
''
# -- Celerity --
# ⚠ CELERITY_SIGNING_KEY is used in ubicast-mediaserver package when adding an instance
CELERITY_SIGNING_KEY
=
'test'
# ⚠ CELERITY_SERVER is used in ubicast-mediaserver package when adding an instance
CELERITY_SERVER
=
'127.0.0.1'
# ⚠ CELERITY_WORKER_IP is used in ubicast-mediaserver package when adding an instance
# worker IP adresses, use commas to separate values
CELERITY_WORKER_IP
=
'127.0.
1
.1'
CELERITY_WORKER_IP
=
'127.0.
0
.1'
# -- Network configuration --
# applied with client configuration step
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment