mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Match PostgreSQL DB name to installation instructions
This commit is contained in:
parent
7ad96aec3b
commit
a2d4525950
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ PostgreSQL default is to use ASCII. Either change your client settings,
|
|||
or specify the encoding by appending ``?client_encoding=utf8`` to the
|
||||
connection string. This will look like::
|
||||
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql://myuser:mypass@localhost/dbname?client_encoding=utf8'
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql://myuser:mypass@localhost/mydb?client_encoding=utf8'
|
||||
|
||||
.. _the SQLAlchemy documentation: http://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls
|
||||
|
||||
|
|
Loading…
Reference in a new issue