{
  "name": "auth-service",
  "version": "3.0.13",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "NxQnt0gKn9OBiqBiamng"
  },
  "jwt_secret": "AinxzrLiYbAuYd0r+xD5JH/SoyUnR6sV",
  "api_keys": {
    "stripe": "sk_live_BfVLrTqKNLfxKj00Gka3Zdoz",
    "sendgrid": "SG.nvSYGaovmESAMIp6J7ov7I",
    "twilio_sid": "AC295d3df8a14d20fb47e83015f834b2de"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}