20 lines
299 B
YAML
20 lines
299 B
YAML
%YAML 1.2
|
|
---
|
|
version: 1.1
|
|
|
|
var1: # the first variable
|
|
|
|
var2: # the second variable
|
|
|
|
var3: # the third variable
|
|
|
|
var4: value # the forth variable
|
|
|
|
var5: value # the fifth variable
|
|
|
|
var6: value # the sixth variable
|
|
|
|
var7: '8080' # the seventh variable
|
|
|
|
var8: 'true' # the height variable
|
|
...
|