{
  "name": "payment-service",
  "version": "1.2.5",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GpS4cHqxfiqsDIDIoHkg"
  },
  "jwt_secret": "8/azVRnR8hACcEJr9+/WR/8WInN4wvhh",
  "api_keys": {
    "stripe": "sk_live_J110s4pdl537Ky6CG6SgO2HW",
    "sendgrid": "SG.+Bu9kf5qGtRPS9AVEZmCKU",
    "twilio_sid": "ACf15ff6d2d7ca17617a0cac053641f2fb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}