wip
This commit is contained in:
parent
6b1c60a550
commit
839cbd0dc0
17 changed files with 213 additions and 35 deletions
|
|
@ -61,7 +61,7 @@ version_path_separator = os # Use os.pathsep. Default configuration used for ne
|
|||
# are written from script.py.mako
|
||||
# output_encoding = utf-8
|
||||
|
||||
sqlalchemy.url = sqlite:///database.db
|
||||
sqlalchemy.url = postgresql+psycopg2://postgres:postgres@localhost:5432
|
||||
|
||||
|
||||
[post_write_hooks]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue