{
  "name": "auth-service",
  "version": "1.3.2",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gr9zsvw4b142kQH6A6Y4"
  },
  "jwt_secret": "/YGH/e5Umt8hlPlX65RFGt+Rb5MTFnIs",
  "api_keys": {
    "stripe": "sk_live_NUFYAuC8ocVc5UKHhc47eXvx",
    "sendgrid": "SG.PLfHtjda3QTVXRj9H0177Q",
    "twilio_sid": "AC250108f1b30be7ea22a278a181549dc5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}