diff options
| author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-08-27 01:25:05 +0300 |
|---|---|---|
| committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-08-27 01:25:05 +0300 |
| commit | ba8247eaf522e8a129b7fbbf09a6fab010746e3a (patch) | |
| tree | f87e5abdc7f049c819131c853d84db9660e8fde4 /server/docs | |
| parent | 3175fbe96c91a2de6f687d5c6bfe0fc7f02a34f4 (diff) | |
protocol:
still thinking of...
client:
bits of proto implementation
server:
config variables
sigint handler
bits of proto implementation
Diffstat (limited to 'server/docs')
| -rw-r--r-- | server/docs/udm.conf.sample | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/server/docs/udm.conf.sample b/server/docs/udm.conf.sample index 97b9cbb..e26b524 100644 --- a/server/docs/udm.conf.sample +++ b/server/docs/udm.conf.sample @@ -4,14 +4,14 @@ server ;section for core server settings { ;port 6613; server port ;password "client_passwod"; client password to connect - ;default_download_directory ~/udm_downloads ; default directory to store downloads + ;default_download_directory ~/udm/downloads ; default directory to store downloads ;default_metadata_module flat_files_metadata ; first loaded metadata module used by default if not set - ;default_data_storage_module <not set> ; first loaded data_storage module used by default if not set - ;daemon false ; for to background on startup (0 or 1) - ;verbosiry false; set server log level (higher is more noisy, also affects modules) - ;enable_encription 0; use tls encryption for client<-> server connection + ;default_data_storage_module <not set> ; first loaded data_storage module used by default if not set (not implemented) + ;daemon false ; for to background on startup (false or true) + ;verbosity 0; set server log level (higher is more noisy, also affects modules) + ;enable_encryption 0; use tls encryption for client<-> server connection ;ssl_certificate /path/to/cert/file.pem ; path to server certificate ;ssl_key /path/to/key/file.pem ; server certificate key + ;ssl_ca /path/to/ca/file.pem ; ca file to verify clients ;ssl_dh /path/to/dh/file ; dh parameters for ssl encryption - ;download_dir ~/.udm/downloads ; directory for downloads } |
