docs: Correcting the document font size (#19390)

* Correcting with doc font size

Correcting with doc font size

* Correcting with doc font size

Correcting with doc font size

* Update docs/docs/installation/configuring-superset.mdx

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
This commit is contained in:
Sujith Kumar S 2022-03-28 13:34:04 +05:30 committed by GitHub
parent 6f5778273e
commit d46a550774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -251,10 +251,10 @@ A current list of feature flags can be found in [RESOURCES/FEATURE_FLAGS.md](htt
If you want to rotate the SECRET_KEY(change the existing secret key), follow the below steps.
# Add the new SECRET_KEY and PREVIOUS_SECRET_KEY
Add the new SECRET_KEY and PREVIOUS_SECRET_KEY to `superset_config.py`:
```python
PREVIOUS_SECRET_KEY = 'CURRENT_SECRET_KEY' # The default SECRET_KEY for deployment is '21thisismyscretkey12eyyh'
SECRET_KEY = 'YOUR_OWN_RANDOM_GENERATED_SECRET_KEY'
```
# Then run `superset re-encrypt-secrets`
Then run `superset re-encrypt-secrets`