mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-03 07:46:16 +08:00
26 lines
553 B
ReStructuredText
26 lines
553 B
ReStructuredText
Configuration
|
|
-------------
|
|
|
|
All settings are stored in :file:`settings.py` (as usual for Django).
|
|
|
|
.. envvar:: COMMIT_MESSAGE
|
|
|
|
Message used on each commit Weblate does.
|
|
|
|
.. envvar:: ENABLE_HOOKS
|
|
|
|
Whether to enable anonymous remote hooks.
|
|
|
|
.. seealso:: :ref:`hooks`
|
|
|
|
.. envvar:: GIT_ROOT
|
|
|
|
Path where Weblate will store cloned Git repositories. Defaults to
|
|
:file:`repos` subdirectory.
|
|
|
|
.. envvar:: SITE_TITLE
|
|
|
|
Site title to be used in website and emails as well.
|
|
|
|
|
|
.. seealso:: https://docs.djangoproject.com/en/1.3/ref/settings/
|