{
  "name": "auth-service",
  "version": "3.5.10",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "e5mVegZaZ5QDxuOQan30"
  },
  "jwt_secret": "/C8NW7CvzKLGBuwvQ6vOGfVf3fqg0wqW",
  "api_keys": {
    "stripe": "sk_live_OWuObO7yu9a7tyM18Dytzigx",
    "sendgrid": "SG.hRaTkaMj2/AvpP/itt/r/C",
    "twilio_sid": "ACf3cc73c5c33367bdbf06c9f99516b519"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}