##// END OF EJS Templates
Renaming files to be more consistent in naming of top-level files.
Renaming files to be more consistent in naming of top-level files.

File last commit:

r1234:52b55407
r1238:88d61a9a
Show More
simple.spec.conf
14 lines | 353 B | text/plain | TextLexer
# 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)