Merge branch '0.0.6' of github.com:owncast/owncast-admin into 0.0.6

This commit is contained in:
gingervitis
2021-02-04 14:51:23 -08:00
9 changed files with 49 additions and 38 deletions

View File

@@ -106,8 +106,8 @@ export const TEXTFIELD_PROPS_WEB_PORT = {
configPath: '',
maxLength: 6,
placeholder: '8080',
label: 'Owncast Server port',
tip: 'What port are you serving Owncast from? Default is :8080',
label: 'Owncast port',
tip: 'What port is your Owncast web server listening? Default is 8080',
required: true,
};
export const TEXTFIELD_PROPS_RTMP_PORT = {
@@ -116,7 +116,7 @@ export const TEXTFIELD_PROPS_RTMP_PORT = {
maxLength: 6,
placeholder: '1935',
label: 'RTMP port',
tip: 'What port are you receiving RTMP?',
tip: 'What port should accept inbound broadcasts? Default is 1935',
required: true,
};
export const TEXTFIELD_PROPS_INSTANCE_URL = {