{
  "name": "auth-service",
  "version": "1.5.13",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WKoGxkOhtzvGoLBncuis"
  },
  "jwt_secret": "BRKfTdkPo0ULR/yl1ES8HbnpeE2d9omZ",
  "api_keys": {
    "stripe": "sk_live_OPPOcn1FGPc6OAV6kViooUXD",
    "sendgrid": "SG.DBPEBx3zeAfGWx2WVjSGPW",
    "twilio_sid": "AC9151e77a6a637ef5a7c892e56dc814b7"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}