view test/test.ini @ 22:17e3a9b6b4e2 default tip

string not tuple
author Jeff Hammel <k0scist@gmail.com>
date Sun, 02 Jun 2024 15:58:09 -0700
parents b0942f44413f
children
line wrap: on
line source

#!/usr/bin/env paster

# config for the testing webserver

[DEFAULT]
debug = true
email_to = jhammel@example.com
smtp_server = localhost
error_email_from = paste@localhost

[exe]
command = serve

[server:main]
use = egg:Paste#http
host = 0.0.0.0
port = 9090

[composite:main]
use = egg:Paste#urlmap
/ = toolbox

set debug = false

[app:toolbox]
paste.app_factory = toolbox.factory:paste_factory
toolbox.directory = %(here)s/test_json
toolbox.fields = usage author type language dependencies