Aaron Abramov @aarondients • Sep 20
I once disabled our product for the entire country of Norway for a day because NO’ in YAML evaluates to false’
Simon Heiberg @SimonHoiberg • Sep 19
Configuration Q
Do you prefer JSON or YAML when setting up configuration?’
(dependencies, build systems, Cl pipelines, infrastructure, etc…)
json
yaml
# Option 1
“hosting”: “https://baz.bar”,
“api-key”: “abcdefghijklan12345*,
“attributes”: [“email”, “name”],
“authentication”:
“type”: “IAM”,
“oauth”: “https://oauth.baz.bar*
* Option 2
hosting: https://baz.bar
api-key: abcdefghijklmn12345
attributes:
authentication:
type: IAM
outh: https://oauth.baz.bar
GIPHY App Key not set. Please check settings