Merge pull request #3330 from timgates42/bugfix_typo_username
docs: fix simple typo, userame -> username
This commit is contained in:
commit
d71da1f4d8
|
@ -130,7 +130,7 @@ Once created, you will need to update the configuration file with information ab
|
||||||
vi ~/.lemur/lemur.conf.py
|
vi ~/.lemur/lemur.conf.py
|
||||||
|
|
||||||
.. note:: If you are unfamiliar with the SQLALCHEMY_DATABASE_URI string it can be broken up like so:
|
.. 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:
|
Before Lemur will run you need to fill in a few required variables in the configuration file:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue