strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
shipping a default strongswan.conf
[strongswan.git]
/
src
/
strongswan.conf
1
# strongswan.conf - strongSwan configuration file
2
3
charon {
4
5
# number of worker threads in charon
6
threads = 16
7
8
plugins {
9
10
sql {
11
12
# loglevel to log into sql database
13
loglevel = -1
14
15
# URI to the database
16
# database = sqlite:///path/to/file.db
17
# database = mysql://user:password@localhost/database
18
}
19
}
20
21
# ...
22
}