Jump to: navigation, search

ConfigureSwift

Revision as of 20:12, 30 September 2010 by AnneGentle (talk)

Configuring Swift

Swift uses paste.deploy to manage server configurations, which is a Python-based system for finding and configuring WSGI applications and servers.

Default configuration options are set in the [DEFAULT] section, and any options specified there can be overridden in any of the other sections.

These are the four files that are included in the source code repository.

  • etc/object-server.conf-sample
  • etc/container-server.conf-sample
  • etc/account-server.conf-sample
  • etc/proxy-server.conf-sample

Configuration options are documented in the Swift developer documentation.