{
  "name": "payment-service",
  "version": "2.1.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nfJ4QePlNl9V11TnBt11"
  },
  "jwt_secret": "XCSsLob/prDkvqfq7Mu+5hlx4LG7N1ty",
  "api_keys": {
    "stripe": "sk_live_8Js4rEtuTDuzgJd2i6h82rTK",
    "sendgrid": "SG.c/QJe9obludqd5Ll4Psqh5",
    "twilio_sid": "ACf10f0d5af330633ea77a42c5acd1a908"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}