{
  "name": "auth-service",
  "version": "1.7.25",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Li9gDRWR0y1oATTPtYA9"
  },
  "jwt_secret": "yIWAg3ATq+LpDt/QGz4Bv1ZGr20jbewE",
  "api_keys": {
    "stripe": "sk_live_38b25Hopy2rRIRTjRHyyCfe5",
    "sendgrid": "SG.n2el9oc27XNegDDbOsPuzH",
    "twilio_sid": "ACe16e2650c305a8f091027e9e18c5e43a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}