{
  "name": "user-service",
  "version": "3.3.1",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "YBCILkCY7BQGMgWT0Cyg"
  },
  "jwt_secret": "hbNtkIaM+DAJeeVMMooED5PElHOF9qb3",
  "api_keys": {
    "stripe": "sk_live_sQB8bJqAvm0FBNthy5rpor1K",
    "sendgrid": "SG.ObuX0+ORSaPeZFk5rs1cPt",
    "twilio_sid": "AC37fcf10e8f0930ddd0d97338ec65f346"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}