{
  "name": "payment-service",
  "version": "1.6.7",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "oHKfKCxyS9drnfuhzCjD"
  },
  "jwt_secret": "3n1QCge6hjyM4gHYxuq+WkcU5cLBbJG2",
  "api_keys": {
    "stripe": "sk_live_d8tEGRGFvyROxS427WTvaRZ0",
    "sendgrid": "SG.aBnS5r5j6AL3wnyFpqJDYs",
    "twilio_sid": "ACb177d626b4c056e59226f35ef1a5f787"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}