{
  "name": "auth-service",
  "version": "2.2.7",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "m3nESRFMAFaXOIrKORuV"
  },
  "jwt_secret": "vJ5Ahcw76rgRPSRlJ0UpPi4hI64n4yCu",
  "api_keys": {
    "stripe": "sk_live_1fBv7fh8gYzIqEaNPwLd4vdJ",
    "sendgrid": "SG.dLcZpQfJK4mSgg2v66oIPF",
    "twilio_sid": "ACce760623331d56c6aa4955bd6541ae40"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}