mirror of
https://github.com/laurivosandi/certidude
synced 2024-11-16 01:46:45 +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-configparser
|
||||||
- python-pyasn1
|
- python-pyasn1
|
||||||
- python-openssl
|
- 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
|
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]
|
||||||
|
Loading…
Reference in New Issue
Block a user