{
  "name": "user-service",
  "version": "1.0.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7qzp82Ed7IzhyOEBDQfp"
  },
  "jwt_secret": "WQTneA/d93LTofGrQEHHzlGjqYmYm1/Q",
  "api_keys": {
    "stripe": "sk_live_R7ji0lrBkmreXe1JsfxYbaWN",
    "sendgrid": "SG.j6HaBmS7GLaukgjuJ4HyC1",
    "twilio_sid": "ACcc6be89abaf6625b49dcb41ab996f9c3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}