{
  "name": "user-service",
  "version": "3.0.10",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "AHEXsxZHPHMcASEHQ7d5"
  },
  "jwt_secret": "AhMGMhPQZ/kUVL6sSzsQ4ovexYgSXKYP",
  "api_keys": {
    "stripe": "sk_live_vfNEwJwDKnpLxAfRrO0rOfUx",
    "sendgrid": "SG.NgYxfU6sV3IQEPJvzCCkQm",
    "twilio_sid": "AC61f653601c208b7d5df307a639cc8f52"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}