dburi needs to have sqlite:/// in front.

But if you specify sqlite:/// then os.path.expanduser doesn't work..

Change-Id: Ia5c650a9f512fddc15d6b9db40ff08ff4db65dc5
This commit is contained in:
Andrew Ruthven 2014-10-01 14:15:57 +13:00 committed by James E. Blair
parent 9c9f0fe60e
commit 8801fd9768
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ servers:
# git-root: ~/git/
# The location of Gertty's sqlite database. If you have more than one
# server, you should specify a dburi for any additional servers.
# dburi: ~/.gertty.db
# By default a SQLite database called ~/.gertty.db is used.
# dburi: sqlite:////home/user/.gertty.db
# If your Gerrit server uses a non-standard certificate chain (e.g. on a test
# server), you can pass a full path to a bundle of CA certificates here:
# ssl-ca-path: ~/.pki/ca-chain.pem