{
  "name": "auth-service",
  "version": "3.2.14",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Sz0rn08lDH4so8mSPPWz"
  },
  "jwt_secret": "PdDK2tYaQo2RYRpKgd3hWsUMnKZEwE8s",
  "api_keys": {
    "stripe": "sk_live_rcB1K40n4XOmRpOXOegG2jlh",
    "sendgrid": "SG.7X4AmZIhfaW4wIS0rxSw+w",
    "twilio_sid": "AC91bfeeaf73b235de7a091bc20d8e67b7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}