2024-02-06 13:21:13 +08:00
|
|
|
from core.hosting_configuration import HostingConfiguration
|
|
|
|
|
2024-01-02 23:42:00 +08:00
|
|
|
hosting_configuration = HostingConfiguration()
|
|
|
|
|
|
|
|
|
2024-11-30 23:05:22 +08:00
|
|
|
from dify_app import DifyApp
|
|
|
|
|
|
|
|
|
|
|
|
def init_app(app: DifyApp):
|
2024-01-02 23:42:00 +08:00
|
|
|
hosting_configuration.init_app(app)
|