{
  "name": "payment-service",
  "version": "1.5.14",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "L0DjLIgr3ZDqot9lmOFa"
  },
  "jwt_secret": "Ek6MQJDFXsy82qY0xha17fO1Lg2159GG",
  "api_keys": {
    "stripe": "sk_live_vrenSpvvinreKi9PMpdSYMT7",
    "sendgrid": "SG.gjoDOWHzvTQ0mU4rE5y8Os",
    "twilio_sid": "AC127f9976da1a4c25300d3bfd57b603d3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}