{
  "name": "auth-service",
  "version": "1.1.21",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8wOYL3GhyH670WrQfZxD"
  },
  "jwt_secret": "hbhREnQPm2rQEVnH4cv4AAJWjAJWGUSP",
  "api_keys": {
    "stripe": "sk_live_34JFyHN6fA0HFLGNmYXwFVjC",
    "sendgrid": "SG.TxeEl05grzS6f3NwwSCDSJ",
    "twilio_sid": "AC505224eca1eeb35964ace77f0432ae44"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}