diff options
author | Azat Bahawi <azat@bahawi.net> | 1970-01-01 03:00:00 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-09-20 11:52:07 +0300 |
commit | 962c35425636e3f942fd8a624369a7c53748f47e (patch) | |
tree | c69e76f6c4cdd7f9f66d02a02ee683fe4d5426e7 /etc/conf.d/pydoc-3.9 |
Diffstat (limited to 'etc/conf.d/pydoc-3.9')
-rw-r--r-- | etc/conf.d/pydoc-3.9 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/conf.d/pydoc-3.9 b/etc/conf.d/pydoc-3.9 new file mode 100644 index 0000000..be5dc32 --- /dev/null +++ b/etc/conf.d/pydoc-3.9 @@ -0,0 +1,6 @@ +# /etc/init.d/pydoc.conf + +# This file contains the configuration for pydoc's internal webserver. + +# Default port for Python's pydoc server. +PYDOC3_9_PORT="7464" |