Files
strongswan-ext/src/strongswan.conf
T

23 lines
341 B
Plaintext

# strongswan.conf - strongSwan configuration file
charon {
# number of worker threads in charon
threads = 16
plugins {
sql {
# loglevel to log into sql database
loglevel = -1
# URI to the database
# database = sqlite:///path/to/file.db
# database = mysql://user:password@localhost/database
}
}
# ...
}