{
  "name": "auth-service",
  "version": "1.4.4",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3n1ybJgrNe7x8BZZYyzb"
  },
  "jwt_secret": "fcK1F6H0TgeeeJTkKGFsMN1903ROshMi",
  "api_keys": {
    "stripe": "sk_live_XWTolCZI3cF3LuLty365qw7Y",
    "sendgrid": "SG.2BMZrWvdKvwRodBGjG1L/k",
    "twilio_sid": "ACdb2966d712696e3323df0a2f7a5c294a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}