{
  "name": "auth-service",
  "version": "2.0.5",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "J5VpGSNrN0DLNm16hf0a"
  },
  "jwt_secret": "BV3VmHjgeQMq2i1uIhRWdJcGsXVmJm5m",
  "api_keys": {
    "stripe": "sk_live_FbHcfYg8bmftGdfnBzDHPq1b",
    "sendgrid": "SG.Dh4ZLPhcSqLQq3bZQ8FRCi",
    "twilio_sid": "AC430299f172cfd6191b56bdd1274d7f99"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}