{
  "name": "auth-service",
  "version": "2.0.20",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IUczuOOyca5ubefcib52"
  },
  "jwt_secret": "xOoFwf3DGTcKIgrJHVtGhnkQRUrAqTal",
  "api_keys": {
    "stripe": "sk_live_wL7RbpQtB7IZU177be1GVfyX",
    "sendgrid": "SG.BVBfHa7t56GwuAi99V1W+d",
    "twilio_sid": "AC0a33e7f7befe6e4c93bb22f653d46de8"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}