{
  "name": "auth-service",
  "version": "2.4.12",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4x0oujXGxoPu7M9xtuDx"
  },
  "jwt_secret": "2vrcl7tjy6DlhixEWl/32Hxivf/RkAIT",
  "api_keys": {
    "stripe": "sk_live_vLJBc3v2M0D1smSUaeOP4EzT",
    "sendgrid": "SG.wPNgY2UpbrUC5ace3pumgE",
    "twilio_sid": "ACa0a73a5a9be5c849a35187200568e456"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}