mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-10 15:54:26 +00:00
15 lines
204 B
INI
15 lines
204 B
INI
|
|
; This is a INI document
|
|
|
|
[owner]
|
|
name = "Tom Preston-Werner"
|
|
dob = 1979-05-27T07:32:00-08:00
|
|
|
|
[database]
|
|
db_host = "localhost"
|
|
db_port = 5432
|
|
db_user = "postgres"
|
|
db_password = ""
|
|
db_name = "postgres"
|
|
|