{
  "name": "user-service",
  "version": "3.7.1",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "S8DelrMHhx3v9GHpBeKm"
  },
  "jwt_secret": "/WaNgNyyO8YvhaEmCWda0kvJdkUvn2Mb",
  "api_keys": {
    "stripe": "sk_live_KmDEWzaOBBCR1YXktW0AwXYj",
    "sendgrid": "SG.1McG3V5Lgi4wuJEOTThghI",
    "twilio_sid": "ACcd8faeeb353d7a4679f1bf87bee37ef0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}