File: constants.py

package info (click to toggle)
ftp-cloudfs 0.25.2%2B20140217%2Bgit2a90c1a2eb-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 272 kB
  • ctags: 250
  • sloc: python: 2,032; sh: 120; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
version = '0.25.2'

default_banner = "ftp-cloudfs %v using pyftpdlib %f ready."
default_config_file = '/etc/ftpcloudfs.conf'
default_address = '127.0.0.1'
default_port = 2021

# keystone defaults
default_ks_tenant_separator = '.'
default_ks_service_type = 'object-store'
default_ks_endpoint_type = 'publicURL'