SponsorBlockServer/docker/newleaf/configuration.py
2021-06-02 22:34:38 -04:00

17 lines
No EOL
422 B
Python

# ==============================
# You MUST set these settings.
# ==============================
# A URL that this site can be accessed on. Do not include a trailing slash.
website_origin = "http://newleaf:3000"
# ==============================
# These settings are optional.
# ==============================
# The address of the interface to bind to.
#bind_host = "0.0.0.0"
# The port to bind to.
#bind_port = 3000