{
  "name": "auth-service",
  "version": "3.6.5",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "iKjzpUtta5wW0A483Yx9"
  },
  "jwt_secret": "VMBEU9KYaLgZigBrXPQfp2bRd8+Hnxe4",
  "api_keys": {
    "stripe": "sk_live_s6xo4BePULxdOHqOu1PeUetM",
    "sendgrid": "SG.vxF/5iRbZuLZ/kcq3nDQQD",
    "twilio_sid": "AC1fb5a4d55137d01d421955caaf266997"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}