From a675c9d0fbb280ebe5d4dc7a772769e64e0a2e4b Mon Sep 17 00:00:00 2001 From: "Octavian R. Corlade" Date: Sun, 12 Apr 2020 17:39:44 +0200 Subject: [PATCH] Update docker readme for `/docker/pythonpath_dev/` --- docker/README.md | 8 ++++---- docker/pythonpath_dev/superset_config_local.example | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/README.md b/docker/README.md index caed1a7b0356..f8fc0968675c 100644 --- a/docker/README.md +++ b/docker/README.md @@ -28,14 +28,14 @@ Docker is an easy way to get started with Superset. ## Configuration -The `/app/pythonpath` folder is mounted from [./docker/pythonpath_dev](./docker/pythonpath_dev) -which contains a base configuration [./docker/pythonpath/superset_config.py](./docker/pythonpath/superset_config.py) +The `/app/pythonpath` folder is mounted from [./docker/pythonpath_dev](./pythonpath_dev) +which contains a base configuration [./docker/pythonpath_dev/superset_config.py](./pythonpath_dev/superset_config.py) intended for use with local development. ### Local overrides -In order to override configuration settings locally, simply make a copy of [./docker/pythonpath/superset_config_local.example](./docker/pythonpath/superset_config_local.example) -into [./docker/pythonpath/superset_config_docker.py](./docker/pythonpath/superset_config_docker.py) (git ignored) and fill in your overrides. +In order to override configuration settings locally, simply make a copy of [./docker/pythonpath_dev/superset_config_local.example](./pythonpath_dev/superset_config_local.example) +into [./docker/pythonpath_dev/superset_config_docker.py](./pythonpath_dev/superset_config_docker.py) (git ignored) and fill in your overrides. ### Local packages diff --git a/docker/pythonpath_dev/superset_config_local.example b/docker/pythonpath_dev/superset_config_local.example index dfa03bb778a8..25f16169eb9c 100644 --- a/docker/pythonpath_dev/superset_config_local.example +++ b/docker/pythonpath_dev/superset_config_local.example @@ -18,7 +18,7 @@ # # This is an example "local" configuration file. In order to set/override config # options that ONLY apply to your local environment, simply copy/rename this file -# to docker/pythonpath/superset_config_docker.py +# to docker/pythonpath_dev/superset_config_docker.py # It ends up being imported by docker/superset_config.py which is loaded by # superset/config.py #