diff options
Diffstat (limited to '')
-rw-r--r-- | pkg/config/test_data/complete.yaml | 4 | ||||
-rw-r--r-- | pkg/config/test_data/minimal.yaml | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/pkg/config/test_data/complete.yaml b/pkg/config/test_data/complete.yaml new file mode 100644 index 0000000..e34db15 --- /dev/null +++ b/pkg/config/test_data/complete.yaml @@ -0,0 +1,4 @@ +address: 127.0.0.2 +port: 8082 +token: 12345678-9abc-def0-1234-56789abcdef0 +trainStop: "ABCD:test:01" diff --git a/pkg/config/test_data/minimal.yaml b/pkg/config/test_data/minimal.yaml index e34db15..5092997 100644 --- a/pkg/config/test_data/minimal.yaml +++ b/pkg/config/test_data/minimal.yaml @@ -1,4 +1,2 @@ -address: 127.0.0.2 -port: 8082 token: 12345678-9abc-def0-1234-56789abcdef0 trainStop: "ABCD:test:01" |