reproto-server

Crates.ioreproto-server
lib.rsreproto-server
version0.3.36
sourcesrc
created_at2017-07-16 15:43:22.577814
updated_at2018-04-28 12:12:10.969906
descriptionreproto repository server
homepagehttps://github.com/reproto/reproto
repositoryhttps://github.com/reproto/reproto
max_upload_size
id23636
size15,360
John-John Tedro (udoprog)

documentation

https://docs.rs/reproto-server

README

reproto repository server

This is the server part of the HTTP repository of reproto.

Configuration

Configuration for the server is defined in TOML, you can specify the configuration path to load using the REPROTO_SERVER_CONFIG environment variable.

The following is a configuration with all options.

# The address to bind the server to.
listen_address = "127.0.0.1:1234"

# Path to the objects storage.
objects = "/var/reproto-server/objects"

# Maximum file size to permit during uploads.
max_file_size = 10000000

For a complete set of options and implementation details, please see config.rs.

Commit count: 1053

cargo fmt