{
  "name": "user-service",
  "version": "1.7.17",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "aXH3WW3KY3zw28xobMUS"
  },
  "jwt_secret": "yR2HyMskR4Ok2Y1nSjCdAmZk0LczoHto",
  "api_keys": {
    "stripe": "sk_live_3cx7kxcbAbsXGcBRb6az0ykr",
    "sendgrid": "SG.8RmlEItGJ4Gnmc4+fURvfH",
    "twilio_sid": "AC254981dd588d976215208eebe083cfe1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}