You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ext_hosting_provider.py 209B

12345678910
  1. from core.hosting_configuration import HostingConfiguration
  2. hosting_configuration = HostingConfiguration()
  3. from dify_app import DifyApp
  4. def init_app(app: DifyApp):
  5. hosting_configuration.init_app(app)