{
  "name": "payment-service",
  "version": "3.8.2",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tuQiPnOyia8AzNrCOjDu"
  },
  "jwt_secret": "ydLxZ02wy5bHSkm0vI8YpXba9pIr+b7v",
  "api_keys": {
    "stripe": "sk_live_MQjYLiuKpuscQ4Ag2ekezHGK",
    "sendgrid": "SG.rS/u8TGVxBibfFR4Ukn2JD",
    "twilio_sid": "AC48dc98e880ad49e9ac6fe6225144397c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}