diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-12-07 15:55:35 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-12-08 00:28:37 (GMT) |
commit | 6e5d14f4a2189dbc0f0404c398d11878e356ecd7 (patch) | |
tree | 23ed10d556a8145537ac40af64873a3790913c3b /test | |
parent | 25928481ff6d29db10380209feb24775eb83f6c4 (diff) |
major refactoring of base structure
Diffstat (limited to 'test')
-rw-r--r-- | test/simple1.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/simple1.json b/test/simple1.json index 2c63c08..0efecec 100644 --- a/test/simple1.json +++ b/test/simple1.json @@ -1,2 +1,12 @@ { + "LOGIN_NAME": "heslinki", + "PASSWORD": "123456", + "GROUP_NAME": "test", + "CART_NUMBER": 10000, + "CUT_NUMBER": 1, + "CHANNELS": 2, + "NORMALIZATION_LEVEL": -1200, + "AUTOTRIM_LEVEL": 0, + "USE_METADATA": false, + "SOURCE_URI": "http://example.com/files/sendung.mp3" } |