{
  "name": "user-service",
  "version": "1.8.17",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EQ8FX5SNX3UBHlGe2ot9"
  },
  "jwt_secret": "gEbU0ViTE/J5mB36/0GiMYbMhpFzvrH5",
  "api_keys": {
    "stripe": "sk_live_MZ0m2DrRpvjG9zQUVTt7JMtK",
    "sendgrid": "SG.5zuMUJ/hK37e27BoW9Y/ho",
    "twilio_sid": "ACdbef617b1e37eb336216caf0aa6728e2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}