{
  "name": "auth-service",
  "version": "1.9.25",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "M4foWTvrEi79CdJeX9Jx"
  },
  "jwt_secret": "LxTiZuRIpDzVY1IweJjMHgODh4C1569y",
  "api_keys": {
    "stripe": "sk_live_Rpkq2ux2DC3cGaYbJRdMquEY",
    "sendgrid": "SG.kNjhtvXgcV9PCEXGfu2lKx",
    "twilio_sid": "AC7592c0bfd8fc62e825f8b4ae34db872e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}