dgiot/apps/dgiot_ffmpeg/priv/dgiot_ffmpeg.schema
2021-08-12 13:30:48 +08:00

15 lines
328 B
Plaintext

{mapping, "ffmpeg.page_index", "dgiot_ffmpeg.page_index", [
{default, 1},
{datatype, integer}
]}.
{mapping, "ffmpeg.dev_total", "dgiot_ffmpeg.dev_total", [
{default, 5000},
{datatype, integer}
]}.
{mapping, "ffmpeg.page_size", "dgiot_ffmpeg.page_size", [
{default, 5000},
{datatype, integer}
]}.