mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-01 12:44:45 -04: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=""
|