{
  "name": "user-service",
  "version": "2.9.8",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "e2vv7xFkcq6i32BX3Ehv"
  },
  "jwt_secret": "nXdD97Af2nJQ4Xno5IBgaaJgpwfU0oOG",
  "api_keys": {
    "stripe": "sk_live_IxjaiWZv5xcw5dN4j93LShze",
    "sendgrid": "SG.gy6CD/66C47uo+APeggI3+",
    "twilio_sid": "AC4daba6d584a5ec95262b9326a355b744"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}