import reflex as rx

config = rx.Config(
    app_name="myApp",
    api_url="https://python.fusion-server.com:3000",
    #loglevel="DEBUG",
)