1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-09-27 20:48:11 +00:00

Add tests for SQLite based logging

This commit is contained in:
Lauri Võsandi 2017-04-25 23:42:55 +03:00
parent b867eee67e
commit d6d998a9e6
2 changed files with 5 additions and 2 deletions

View File

@ -29,3 +29,4 @@ addons:
- python-configparser - python-configparser
- python-pyasn1 - python-pyasn1
- python-openssl - python-openssl
- python-sqlite2

View File

@ -53,9 +53,11 @@ request subnets = 0.0.0.0/0
autosign subnets = 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 autosign subnets = 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16
[logging] [logging]
backend = # Disable logging
;backend =
;backend = sql # Use SQLite backend
backend = sql
database = sqlite://{{ directory }}/db.sqlite database = sqlite://{{ directory }}/db.sqlite
[signature] [signature]