{
  "name": "auth-service",
  "version": "1.0.25",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "S6pSmDKiXUxAVZuPvImX"
  },
  "jwt_secret": "a5exCV44tn+Shd23q7dCLY8fyUJxqw/f",
  "api_keys": {
    "stripe": "sk_live_ORMEqPVRcrq4o9s3nduUabMQ",
    "sendgrid": "SG.aCIyg7nWsGZtNa50RehxJm",
    "twilio_sid": "AC4e1f3f74e134a4a5e063c8b42b8c7985"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}