{
  "name": "auth-service",
  "version": "3.6.5",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3PfdPkSQQ6O0AhSDiWLX"
  },
  "jwt_secret": "i94RemRz1kN6s1rbHJPJGAWRurf3NDq5",
  "api_keys": {
    "stripe": "sk_live_7qQq1AFNfl7rHhafF63iicTu",
    "sendgrid": "SG.Crc7lGG9Le1Uu591O94Sqt",
    "twilio_sid": "AC70f4465073ad1689b278708b6aaaec7a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}