forked from Memset/sftpcloudfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsftpcloudfs.conf.example
More file actions
44 lines (29 loc) · 809 Bytes
/
Copy pathsftpcloudfs.conf.example
File metadata and controls
44 lines (29 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# sftpcloudfs example configuration file
#
[sftpcloudfs]
# Authentication URL (eg RackSpace Cloud Files, OpenStack)
# auth-url = (empty)
# Host RSA key used by the server.
# host-key-file = (empty)
# Address to bind.
# bind-address = 127.0.0.1
# Port to bind.
# port = 8022
# Memcache server(s) for external cache (eg 127.0.0.1:11211)
# Can be a comma-separated list.
# memcache = (empty)
# Maximum number of workers.
# max-children = 20
# Log file location.
# log-file = (empty)
# Enable logging to system logger (daemon facility).
# syslog = no
# Show detailed information on logging.
# verbose = no
# Pid file location when in daemon mode.
# pid-file = (empty)
# UID to drop privileges when in daemon mode.
# uid = (empty)
# GID to drop privileges when in daemon mode.
# gid = (empty)
# EOF