{
  "name": "user-service",
  "version": "1.1.25",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "dJatXSorhtdbl6MC75Qc"
  },
  "jwt_secret": "15XIZzm7xd0MS+ygl1qQKEyrnih/fW2w",
  "api_keys": {
    "stripe": "sk_live_lV0TmKL6ukO2HhbDWLvMRamT",
    "sendgrid": "SG.d1oZuVNEgyUY0QVvtYlAfo",
    "twilio_sid": "AC890e2ae70a99319aa97d8913750a6833"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}