{
  "name": "auth-service",
  "version": "1.7.25",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "DM3Emyfc0kTzlO7LB4IB"
  },
  "jwt_secret": "cr33uJZia0MBs5OCpG0mLyUCDJ4Hgai7",
  "api_keys": {
    "stripe": "sk_live_ertmAn4IZGi95pgwsRN1apoy",
    "sendgrid": "SG.lkE1f3Qrj+De2zI0yWLe+N",
    "twilio_sid": "AC439aaf9eca2aba361c6f57f16f404e75"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}