{
  "name": "auth-service",
  "version": "3.1.5",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "yL5SFxn9vZS33aVmFOjE"
  },
  "jwt_secret": "n1ut60KAZBADwPDGz4WFTe0EGBLQj4LI",
  "api_keys": {
    "stripe": "sk_live_CIjcQmykmfTxyP7yrT5glwoQ",
    "sendgrid": "SG.EpnlRXPEUBoh4CZpFdIPIn",
    "twilio_sid": "AC2a82e223c221aaf9d66063b729d7d2bd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}