mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 12:53:32 +00:00
54def8b820
* refactor: add typings to backend info * refactor: write current version to project file * feat: show location of css override
12 lines
233 B
TypeScript
12 lines
233 B
TypeScript
import { Settings } from 'ontime-types';
|
|
|
|
export const ontimePlaceholderSettings: Settings = {
|
|
app: 'ontime',
|
|
version: '2.0.0',
|
|
serverPort: 4001,
|
|
editorKey: null,
|
|
operatorKey: null,
|
|
timeFormat: '24',
|
|
language: 'en',
|
|
};
|