From d9dbf7fe3b47bd76f869440c43a7d834c7a398aa Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Wed, 4 Dec 2019 11:25:51 +0100 Subject: [PATCH] Add STATIC_URL to the readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c679d3be1..06c4488ed 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ There are two environment variables available for configuration: - `APP_MOUNT_URI` - URI at which the Dashboard app will be mounted. E.g. if you set `APP_MOUNT_URI` to `/dashboard/`, your app will be mounted at `http://localhost:9000/dashboard/`. +- `STATIC_URL` - URL where the static files are located. + E.g. if you use S3 bucket, you should set it to the bucket's URL. By default Saleor assumes you serve static files from the root of your site at `http://localhost:9000/`. + ### Development To start the development server run: