docs: Added reference and link to configure instructions for docker-compose… (#18815)

Co-authored-by: Jacob Roope <[jacobcroope@gmail.com]>
This commit is contained in:
Jacob Roope 2022-02-18 14:59:04 -05:00 committed by GitHub
parent 987740aa8d
commit e7ff4a58e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@ version: 1
### Configuration
To configure your application, you need to create a file `superset_config.py` and add it to your
`PYTHONPATH`. Here are some of the parameters you can set in that file:
`PYTHONPATH`. If your applcation was installed using docker-compose an alternative configuration is required. See [https://github.com/apache/superset/tree/master/docker#readme](https://github.com/apache/superset/tree/master/docker#readme) for details.
Here are some of the parameters you can set in that file:
```
# Superset specific config
ROW_LIMIT = 5000