{
  "name": "user-service",
  "version": "3.0.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4X326lrohNY9CJk3okqi"
  },
  "jwt_secret": "gYB89qNj2Jz4XsU7ghQ+zUTzLEJ/PkZb",
  "api_keys": {
    "stripe": "sk_live_hWwlmg2xO3U8G6JqPpNMClZb",
    "sendgrid": "SG.uRiBuM+zaNTft3RtPMai9m",
    "twilio_sid": "ACf05b74a02c9c0d05a4aed17b527e9c72"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}