{
  "name": "payment-service",
  "version": "3.7.16",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zbWxf9UnxsQu483U3FLB"
  },
  "jwt_secret": "J3aXq8lTFdRVVsfJSY38yRgeneyOPnRs",
  "api_keys": {
    "stripe": "sk_live_DjFyFJCqGVv3e4rNgYq8wQGj",
    "sendgrid": "SG.pjbeq+q1vf89nwB+JB1ug1",
    "twilio_sid": "AC22cbad42b7b52cacc778c91985f72ef0"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}