{
  "name": "payment-service",
  "version": "1.4.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LVzB0urx99kqn8owgb1N"
  },
  "jwt_secret": "ngjhtWvQFXMSLLFd/NrKpTpDZzUsqYPs",
  "api_keys": {
    "stripe": "sk_live_Res9JC8ovQ5C6bh8FpygX2Yp",
    "sendgrid": "SG.M1e5WWkmltdH1g/0u+72e9",
    "twilio_sid": "ACc7a1df02edd715db73be230409b6c643"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}