{
  "name": "auth-service",
  "version": "1.4.7",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vdJI618xiBrUZbTk2v8Z"
  },
  "jwt_secret": "L2uZVtFz3j+cTqwNrhwj0FXzDSVKRjSO",
  "api_keys": {
    "stripe": "sk_live_lLhkwbDVcniF9r4PyYtzyhH8",
    "sendgrid": "SG.NbnwRdSoXg+anRet5RSyl5",
    "twilio_sid": "AC6239cb721fa4ef6c03738a3169f602cb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}