Files
Massimiliano Pippi 51c89ac045 docs: Refactor the Python Fullstack example to run with the apiserver (#283)
* try

revert

revert

* use service_id not service.name

* inject qdrant host from env

* save progress

* save progress

* add comments

* fix docs

* fix tests

* remove references to PR branch
2024-10-03 09:42:35 +02:00

9 lines
162 B
Python

import reflex as rx
config = rx.Config(
app_name="frontend",
api_url="http://localhost:9000",
backend_port=9000,
deployment_name="deployment",
)