mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 02:44:31 +08:00
Do not support stream key UI or any persisted stream keys when overridden via cli flag. Closes #2749
This commit is contained in:
@ -8,6 +8,7 @@ import { DEFAULT_VARIANT_STATE } from './config-constants';
|
||||
|
||||
export const initialServerConfigState: ConfigDetails = {
|
||||
streamKeys: [],
|
||||
streamKeyOverridden: false,
|
||||
adminPassword: '',
|
||||
instanceDetails: {
|
||||
customStyles: '',
|
||||
|
||||
Reference in New Issue
Block a user