{
  "name": "auth-service",
  "version": "2.8.1",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "2jAmKzrc6utOhuyp8hi6"
  },
  "jwt_secret": "2uAduS3YlShg+IJvEsxohGbOQhiW91sb",
  "api_keys": {
    "stripe": "sk_live_gxaE5yDnZ77OWS3EZ4fZc0F9",
    "sendgrid": "SG.P1pCY86ZOKYbtnXVRZ6iEh",
    "twilio_sid": "AC8f812bb81e2bd2fdeb0d1be874490389"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}