mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 08:15:18 +00:00
Add tests for SQLite based logging
This commit is contained in:
parent
b867eee67e
commit
d6d998a9e6
@ -29,3 +29,4 @@ addons:
|
||||
- python-configparser
|
||||
- python-pyasn1
|
||||
- python-openssl
|
||||
- python-sqlite2
|
||||
|
@ -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
|
||||
|
||||
[logging]
|
||||
backend =
|
||||
# Disable logging
|
||||
;backend =
|
||||
|
||||
;backend = sql
|
||||
# Use SQLite backend
|
||||
backend = sql
|
||||
database = sqlite://{{ directory }}/db.sqlite
|
||||
|
||||
[signature]
|
||||
|
Loading…
Reference in New Issue
Block a user