Skip to content

Commit

Permalink
Merge pull request #197 from PolyJIT/f/switch-default-db
Browse files Browse the repository at this point in the history
settings: use an in-memory sqlite database by default
  • Loading branch information
simbuerg authored Jul 10, 2018
2 parents 92a620a + 5fb6622 commit ab64bf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchbuild/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@
"desc":
"sqlalchemy connect string",
"default":
"postgresql+psycopg2://"
"benchbuild:benchbuild@localhost:5432/benchbuild"
"sqlite://"
},
"rollback": {
"desc": "Rollback all operations after benchbuild completes.",
Expand Down

0 comments on commit ab64bf8

Please sign in to comment.