{
  "name": "auth-service",
  "version": "3.0.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "HHh4e80RdcFnp1ZPbHMk"
  },
  "jwt_secret": "WEdytsGedTWtAuVCsc97Ql56eQ2Un0uk",
  "api_keys": {
    "stripe": "sk_live_3HHgLXLu67Ofd8uZEe6Tf2hJ",
    "sendgrid": "SG.yw9ZvCidAqpW+0xdWHuJ7R",
    "twilio_sid": "ACbf34926ade3316ecc25b9d1d3c0cda64"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}