@@ -33,7 +33,7 @@ Deploy a `redis` instance on the vnet.
3333### Backend
3434
3535The backend is built by the ` Dockerfile ` in this directory. When deploying the
36- backend, be sure to set REDIS_URL =redis://internal-redis-hostname to connect to
36+ backend, be sure to set REFLEX_REDIS_URL =redis://internal-redis-hostname to connect to
3737the redis service.
3838
3939### Ingress
@@ -51,7 +51,7 @@ The frontend should be hosted on a static file server or CDN.
5151to the ingress hostname of the backend service.
5252
5353If you will host the frontend from a path other than the root, set the
54- ` FRONTEND_PATH ` environment variable appropriately when exporting the frontend.
54+ ` REFLEX_FRONTEND_PATH ` environment variable appropriately when exporting the frontend.
5555
5656Most static hosts will automatically use the ` /404.html ` file to handle 404
5757errors. _ This is essential for dynamic routes to work correctly._ Ensure that
@@ -108,7 +108,7 @@ container volume. Use Azure Files and mount it into the container at /app/upload
108108 - In the environment, create a new files share (get the storage key)
109109- Deploy the backend as a Container App
110110 - Create a custom Container App Environment linked up to the same vnet as the redis container.
111- - Set REDIS_URL and DB_URL environment variables
111+ - Set REFLEX_REDIS_URL and REFLEX_DB_URL environment variables
112112 - Add the volume from the environment
113113 - Add the volume mount to the container
114114- Deploy the frontend as a Static Web App
0 commit comments