docs: voice note config in module, env example, and docs
This commit is contained in:
parent
c3e1ff145d
commit
7f0008f079
2 changed files with 23 additions and 11 deletions
|
|
@ -96,11 +96,14 @@
|
|||
# Enable drawing canvas in submission form. Drawings are stored as PNG files in DATA_DIR/drawings/.
|
||||
# BOOK_ENABLE_DRAWINGS=false
|
||||
|
||||
# Label for the drawing canvas.
|
||||
# BOOK_LABEL_DRAWING=Draw (optional):
|
||||
|
||||
# Drawing canvas width in pixels.
|
||||
# BOOK_CANVAS_WIDTH=400
|
||||
|
||||
# Drawing canvas height in pixels.
|
||||
# BOOK_CANVAS_HEIGHT=200
|
||||
|
||||
# Enable voice note recording in submission form. Voice notes are stored as WebM files in DATA_DIR/voice_notes/.
|
||||
# BOOK_ENABLE_VOICE_NOTES=false
|
||||
|
||||
# Maximum voice note duration in seconds. Max file size is derived as duration * 10KB.
|
||||
# BOOK_VOICE_NOTE_MAX_DURATION=20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue