{
  "name": "user-service",
  "version": "3.9.4",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "yTDl3m1YJlTXgWL1FbVb"
  },
  "jwt_secret": "PT1yF5d9M5aVxnpvB1HVa/z0XZKiwyf+",
  "api_keys": {
    "stripe": "sk_live_iZL6dQy12XQXkmmw5rEMQY9g",
    "sendgrid": "SG.iA+v6gVUinpo6BdekfF8VV",
    "twilio_sid": "AC6ce862ac3ea68f3fcd4be0ff2e7d2f56"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}