{
  "name": "auth-service",
  "version": "2.2.17",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WAyXsg3rJpAYX0adwMfU"
  },
  "jwt_secret": "ipya+1zucg3xKB8bftKDsUY2RN1jjlXe",
  "api_keys": {
    "stripe": "sk_live_wLUjkdAuuJ6PLtXTLsJcgERG",
    "sendgrid": "SG.0ldK/Hf23n2fxQLRLCkOIl",
    "twilio_sid": "ACa448c4907cef9a2181cf3f2ebf227bb9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}