{
  "name": "user-service",
  "version": "1.9.14",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "i58MfgDxxa9WZXzOJdP7"
  },
  "jwt_secret": "W6BE/Tu3cJ8Plt0wCvhvqoWur0jwmpAp",
  "api_keys": {
    "stripe": "sk_live_x7UjvunHQm2MaOFPL5ERNwgn",
    "sendgrid": "SG.we5AOdyrlkvMpPRStytjmi",
    "twilio_sid": "AC09b9bfcc9bc71bd0f02f578955a1026b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}