{
  "name": "auth-service",
  "version": "3.9.19",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "wIV3LtwfFvkqM9fSPm5s"
  },
  "jwt_secret": "RdsurKAR9RdGi0k/8jELIp0x55QVVBXD",
  "api_keys": {
    "stripe": "sk_live_PRlMI285ICvhWbZbyYUrsPSG",
    "sendgrid": "SG.29ICvWbyIj1TaIckG39tgz",
    "twilio_sid": "AC76c8fcc9a86dd0eece091892437b54ff"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}