{
  "name": "user-service",
  "version": "1.2.11",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "yEdKBvuJEoWDUp4VkH2c"
  },
  "jwt_secret": "bZMjxNOJEh1Q9k0J/pPmihm3HLwqQRkg",
  "api_keys": {
    "stripe": "sk_live_gNczj4PKxOw8TxFDy3bDAfTV",
    "sendgrid": "SG.9DATbTTPNHLFs1qtu3HAjX",
    "twilio_sid": "ACc7eddd8ef7c8cfb28747f7ceb9e71801"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}