{
  "name": "auth-service",
  "version": "3.0.21",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "30CJR5lssYHBSYQuEDCb"
  },
  "jwt_secret": "a8yqv7qgkxWbx6OEPlBDPODspiJFAbuo",
  "api_keys": {
    "stripe": "sk_live_9uvbYfrnp10ole8VLV8bNsH5",
    "sendgrid": "SG.bbeBZaUoZ5+uV95Mm1g38o",
    "twilio_sid": "AC9e2c69a13e8b429001d8fe3928aca9c5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}