Back to home page

Enduro/X

 
 

    


0001 [@global]
0002 # Most of the stuff we will get from globals set by old config
0003 NDRX_CONFIG=${TESTDIR}/ndrxconfig.xml
0004 
0005 [@debug]
0006 *= ndrx=5 ubf=0
0007 xadmin = ndrx=0
0008 
0009 #
0010 # Ok types
0011 #
0012 [my_app]
0013 string_setting=value1
0014 float_setting=-1.99
0015 integer_setting=100001
0016 true_setting=True
0017 false_setting=no
0018 
0019 
0020 #
0021 # This section is used for some bad value filtering.
0022 #
0023 [xapp]
0024 xstring_setting=hello world
0025 xfloat_setting=error_float
0026 xinteger_setting=bad_integer
0027 xtrue_setting=x
0028 xfalse_setting=z
0029 
0030 
0031 #
0032 # List sections starting with x
0033 #
0034 [x2app]
0035 hello=world
0036