Skip to content

Commit

Permalink
docs: Added reference and link to configure instructions for docker-c…
Browse files Browse the repository at this point in the history
…ompose… (#18815)

Co-authored-by: Jacob Roope <[jacobcroope@gmail.com]>
  • Loading branch information
jacobcroope and Jacob Roope authored Feb 18, 2022
1 parent 987740a commit e7ff4a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/installation/configuring-superset.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7ff4a5

Please sign in to comment.