{
  "name": "auth-service",
  "version": "1.9.23",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "b5Ge49bVnczQpQ2yEGHY"
  },
  "jwt_secret": "Z54yuVRJ1YFJD7c4Eg9L32zCOAWHTVoH",
  "api_keys": {
    "stripe": "sk_live_9Sy9m7lrb5Cg7Vvhwq6Ce1Hd",
    "sendgrid": "SG.tk5j6MK/nZnrhGw/g8sk7w",
    "twilio_sid": "AC33cbd35ec9ed5517b0ae2fd73ba95f6a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}