root/ipython/branches/saw/sandbox/tconfig/tconfig1.conf

Revision 2532, 360 bytes (checked in by fperez, 3 years ago)

First commit of recursive inclusion support.

Line 
1 # This section contains the read-only part of the application's configuration.
2 # This typically consists of information that can't be changed at runtime for
3 # technical reasons, so it can only be specified once here.
4
5 # top-level
6 m = 1
7
8 [InitOnly]
9     n = 42
10
11 [Protocol]
12     ptype = 'http'
13    
14     [[Handler]]
15         key = 'foo'
16
17 [Machine]
18     ip = '1.2.3.4'
Note: See TracBrowser for help on using the browser.