Skip to content

Commit

Permalink
pedantic text edit
Browse files Browse the repository at this point in the history
Committing this to resolve the comment and re-kick CI.
  • Loading branch information
rusackas authored Sep 12, 2024
1 parent 17c78e3 commit 95a51a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/installation/pypi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Do not lose this key. Consider maintaining a secure backup of your `superset_con

You could also tell Superset where to store its metadata - that is, what charts, dashboards, etc. have been created. By default, this is a SQLite database at the filepath `~/.superset/superset.db`.

In a production setup, you would change this to point to say, a PostgreSQL database that gets backed up. You change this by specifying a new value in `superset_config.py` for the variable `SQLALCHEMY_DATABASE_URI`.
In a production setup, you would change this to point to, for example, a PostgreSQL database that gets backed up. You change this by specifying a new value in `superset_config.py` for the variable `SQLALCHEMY_DATABASE_URI`.

Set an environment variable so that `superset` commands will work in the terminal. As above, this is temporary, and can be set to persist by adding it to your `~/.profile`.
```
Expand Down

0 comments on commit 95a51a1

Please sign in to comment.