{
  "name": "auth-service",
  "version": "2.0.0",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GWMzJZSS0ntJMs3o6KH9"
  },
  "jwt_secret": "GWTKJsfr3+1cAgIqh8gVi1qf1Kxb3CZC",
  "api_keys": {
    "stripe": "sk_live_OO0pYOmt35LCYMBhjVWzEGRR",
    "sendgrid": "SG.4d9FFf2DehDZfc8/rKg4KO",
    "twilio_sid": "AC654bec41131774238f3a64e1a5034b77"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}