{
  "name": "user-service",
  "version": "3.9.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ilgKIYgINXuFeMEvzkMw"
  },
  "jwt_secret": "RgRdfF/Fj7sES3JzVLemi1sk2fkHTj/E",
  "api_keys": {
    "stripe": "sk_live_g6htW69fvW7IjjA3dVqoDIZ5",
    "sendgrid": "SG.wu1VKXmCIzIF8ScVKU0/ix",
    "twilio_sid": "AC2d448468c84692c3fe3d0b2d2bf955f5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}