mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 09:53:48 +00:00
11 lines
216 B
TypeScript
11 lines
216 B
TypeScript
import { Settings } from 'ontime-types';
|
|
|
|
export const ontimePlaceholderSettings: Settings = {
|
|
version: '4.0.0',
|
|
serverPort: 4001,
|
|
editorKey: null,
|
|
operatorKey: null,
|
|
timeFormat: '24',
|
|
language: 'en',
|
|
};
|