{
  "name": "auth-service",
  "version": "3.5.15",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "T3NWEOZXb4fXrIGK5Ixn"
  },
  "jwt_secret": "Dx244z4bjsSwsiy1uu+m5rZBSwSQl2fb",
  "api_keys": {
    "stripe": "sk_live_LG8cDQHq6QYRt0MXnfLqpz3J",
    "sendgrid": "SG.iqOT9+e53N4HjIlYYb3J7M",
    "twilio_sid": "AC6410073c65b76463115e99e92b1ab69a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}