{
  "name": "user-service",
  "version": "3.8.11",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IPA3ls1eDcBBWKi6qVSq"
  },
  "jwt_secret": "17yPaPgbj4Tc9kmxhcxwL8v73wL7ACGl",
  "api_keys": {
    "stripe": "sk_live_WZjv7KCips9f0YnF8TdWuP2J",
    "sendgrid": "SG.7KTb84qx35OohOl9MvArne",
    "twilio_sid": "AC16c2e60bb4f6c1f1e956d656ee2f43fa"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}