Filip de Waard is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

fmw / vix http://vix.io/

Document management system designed to interact through JSON and/or the Atom Publishing Protocol.

Clone this repository (size: 126.8 KB): HTTPS / SSH
hg clone https://bitbucket.org/fmw/vix
hg clone ssh://hg@bitbucket.org/fmw/vix

vix / test.ini

Branch
default
#
# vix - Pylons testing environment configuration
#
# The %(here)s variable will be replaced with the parent directory of this file
#
[DEFAULT]
debug = true
# Uncomment and replace with the address which should receive any error reports
#email_to = you@yourdomain.com
smtp_server = localhost
error_email_from = paste@localhost

[server:main]
use = egg:Paste#http
host = 127.0.0.1
port = 5000

[app:main]
use = config:development.ini
couchdb_uri = http://localhost:5984/vix_tests
couchdb_database = vix_tests
tag_uri_authority = vix.io

# Add additional test specific configuration options as necessary.