{
  "name": "auth-service",
  "version": "2.1.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IXQtc9NI3wScqcPlcf7e"
  },
  "jwt_secret": "Zx/nbvy/kgz29QOwZGj+E+Wv2tqF7tOU",
  "api_keys": {
    "stripe": "sk_live_5urPhUbFBBLFd4zZesgjdvgL",
    "sendgrid": "SG.VpDxELnk+O5yDscPotXIMn",
    "twilio_sid": "AC3c77c4dc43c1119fe346cb9f12e99f1a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}