simple.spec.conf
14 lines
| 353 B
| text/plain
|
TextLexer
Brian E Granger
|
r1234 | # Toy example of a TConfig-based configuration description | ||
# This is the class declaration for the configuration: | ||||
# SimpleConfig | ||||
# Configuration for my application | ||||
datafile = string(default='data.txt') | ||||
solver = option('Direct','Iterative') | ||||
[Protocol] | ||||
# Specify the Protocol | ||||
ptype = option('http','ftp','ssh') | ||||
max_users = integer(1,10) | ||||