1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-20 14:27:40 +03:00
leon/.env.sample
2019-02-10 20:26:50 +08:00

43 lines
821 B
Plaintext

# Language currently used
LEON_LANG=en-US
# Current env
LEON_NODE_ENV=development
# Server
LEON_SERVER_HOST=localhost
LEON_SERVER_PORT=1337
# Web app
LEON_WEBAPP_HOST=localhost
LEON_WEBAPP_PORT=4242
# Time zone (current one by default)
LEON_TIME_ZONE=
# Enable/disable after speech
LEON_AFTER_SPEECH=false
# Enable/disable Leon's speech-to-text
LEON_STT=false
# Speech-to-text provider
LEON_STT_PROVIDER=deepspeech
# Enable/disable Leon's text-to-speech
LEON_TTS=false
# Text-to-speech provider
LEON_TTS_PROVIDER=flite
# Enable/disable collaborative logger
LEON_LOGGER=true
# Path to the Pipfile
PIPENV_PIPFILE=bridges/python/Pipfile
# Path to the virtual env in .venv/
PIPENV_VENV_IN_PROJECT=true
# Fix https://click.palletsprojects.com/en/7.x/python3/#python-3-surrogate-handling
LC_ALL=C.UTF-8
LANG=C.UTF-8