{
  "name": "auth-service",
  "version": "2.0.17",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "SMEhaWVEEESG0sDfj2sw"
  },
  "jwt_secret": "yOMO6ddxQoVvJEwzk8kfGlVmmeiiEgyA",
  "api_keys": {
    "stripe": "sk_live_YbOa2AXzfn1LlpXZjJ0qKQ8C",
    "sendgrid": "SG.EQBN092XyV8LtjATiMikps",
    "twilio_sid": "AC30dd69287e89cc21f82ca4a93aa85d83"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}