{
  "name": "auth-service",
  "version": "3.1.9",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "p8ESG9I0DJIXdDAZjgpQ"
  },
  "jwt_secret": "yKQfSmM7+PKXrLoB7PmjU4NV21nBqx+4",
  "api_keys": {
    "stripe": "sk_live_iwWkpcbMyCJ718csZvUqHPQ2",
    "sendgrid": "SG.HNLYf3EqLHoypiscG80J+b",
    "twilio_sid": "AC0120f200739410cdd9f84561c7c6fafb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}