Skip to content

Commit

Permalink
make sqlite defaults a bit friendlier
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Aug 14, 2014
1 parent 1151bbb commit 8762679
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions raddb/mods-available/sql
Expand Up @@ -39,16 +39,16 @@ sql {
#
# sqlite {
# # Path to the sqlite database
# filename = "/my/sqlite/database.db"
# filename = "/tmp/freeradius.db"
#
# # If the file above does not exist and bootstrap is set
# # a new database file will be created, and the SQL statements
# # contained within the file will be executed.
# bootstrap = "/my/sqlite/schema.sql"
# bootstrap = "${modconfdir}/${.:name}/main/sqlite/schema.sql"
# }
#
# mysql {
# # If any of the below files are set tls encryption is enabled
# # If any of the files below are set, TLS encryption is enabled
# tls {
# ca_file = "/etc/ssl/certs/my_ca.crt"
# ca_path = "/etc/ssl/certs/"
Expand Down

0 comments on commit 8762679

Please sign in to comment.