{
  "name": "user-service",
  "version": "1.0.9",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EsF8QYSWF8WWAg5B1rCR"
  },
  "jwt_secret": "35z84pDWVEYXXzq4x7YhHbj9V5JgDXP2",
  "api_keys": {
    "stripe": "sk_live_ZxymVoHZNc2ndecQM5zOxzJy",
    "sendgrid": "SG.MGlCAUW36Ts753IfJ26oru",
    "twilio_sid": "ACa7a407b5858ef92b5d2d346c813e11e0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}