{
  "name": "user-service",
  "version": "1.3.25",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yXO4pRTfghEyYf3OfSCC"
  },
  "jwt_secret": "thnHQvgR9QDjenRrYNrS3LTmOMvWFp4u",
  "api_keys": {
    "stripe": "sk_live_lc5ltaeAa67GdASlegSNu1Jg",
    "sendgrid": "SG.vOvyTqCm1hk8xWNg6btCal",
    "twilio_sid": "AC9951dd8f82990e94bc07bc6bd95e9cd2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}