mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 17:36:51 +00:00
15 lines
342 B
Plaintext
15 lines
342 B
Plaintext
[example]
|
|
# This is a cement plugin configuration file. Once parsed, the
|
|
# values from here will be accessible from:
|
|
#
|
|
# config['plugins']['example']['param'] = value
|
|
#
|
|
|
|
param1 = value1
|
|
param2 = value two
|
|
|
|
# true/false equate to True/False in python
|
|
param3 = true
|
|
|
|
# equates to ['my', 'list', 'of', 'values']
|
|
param5 = my, list, of, values, |