mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-01 09:40:28 -05:00
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
# vi: ft=sh
|
|
# shellcheck disable=SC2034
|
|
|
|
# http route prefix (will listen to $KYOO_PREFIX/movie for example)
|
|
KYOO_PREFIX=""
|