docs: fix simple typo, userame -> username

There is a small typo in docs/quickstart/index.rst.

Should read `username` rather than `userame`.
This commit is contained in:
Tim Gates 2020-12-30 08:20:38 +11:00
parent 8a63b175e3
commit 3598953512
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ Once created, you will need to update the configuration file with information ab
vi ~/.lemur/lemur.conf.py
.. note:: If you are unfamiliar with the SQLALCHEMY_DATABASE_URI string it can be broken up like so:
``postgresql://userame:password@<database-fqdn>:<database-port>/<database-name>``
``postgresql://username:password@<database-fqdn>:<database-port>/<database-name>``
Before Lemur will run you need to fill in a few required variables in the configuration file: