Difference between revisions of "YAML"

From rbachwiki
Jump to navigation Jump to search
(Created page with "==YAML== '''Serialization Language''' ===Syntax=== * Key value pair # this is a comment app: user-auth port: 9000 #comment version: 1.7")
(No difference)

Revision as of 19:30, 8 August 2022

YAML

Serialization Language

Syntax

  • Key value pair
# this is a comment
app: user-auth
port: 9000
#comment
version: 1.7