{
  "name": "auth-service",
  "version": "2.4.1",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "G5XUQYpDLu2URlicRDJa"
  },
  "jwt_secret": "Xj1YR2OEZfkdHx3GQqTwWBGunkAp4bbY",
  "api_keys": {
    "stripe": "sk_live_G6kyIHUKNl1T2aw8GJ076T3w",
    "sendgrid": "SG.5HDn4hMrEVt9+x5S7f7fhk",
    "twilio_sid": "ACa30bd9014ae7becb57d2f549d807c41c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}