mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-05 18:41:13 +00:00
Sanitize defaults
This commit is contained in:
@ -27,9 +27,10 @@ Database {
|
||||
# Uncomment to override connection settings
|
||||
# ConnectionString "Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;"
|
||||
|
||||
# Uncomment to automatically create all tables and data
|
||||
# New systems should enable this setting when creating a new database
|
||||
# Create Yes
|
||||
# Uncomment to avoid (re)creation of tables and data
|
||||
# New systems should enable this setting
|
||||
# Create No
|
||||
Create Yes
|
||||
|
||||
# Uncomment to automatically upgrade database schema
|
||||
# Upgrade Yes
|
||||
@ -73,7 +74,7 @@ Log {
|
||||
|
||||
# Uncomment to show a heartbeat entry in logs
|
||||
# Daemon {
|
||||
# Heartbeat 120
|
||||
# Heartbeat 1200
|
||||
# }
|
||||
|
||||
Notify ntpstat-summary {
|
||||
@ -124,6 +125,7 @@ Server {
|
||||
# HostType Ntpctl
|
||||
|
||||
# Uncomment to change base URL for generated files and links
|
||||
# WebPath is relative to FilePath
|
||||
# WebPath /ntpa
|
||||
|
||||
HostStats {
|
||||
|
Reference in New Issue
Block a user