{
  "name": "user-service",
  "version": "2.1.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ktoPK46CRF7bskpa0Xa8"
  },
  "jwt_secret": "5Lhmp2h87RHm0qB3zQURC+6NRa7+LNEh",
  "api_keys": {
    "stripe": "sk_live_G8sdCVWKPvrFroQ5da00HLbO",
    "sendgrid": "SG.pw/q/EQJvCgC3Jsm43dz8h",
    "twilio_sid": "ACa0e6caec42cdec25c51d9fe35188cc9f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}