{
  "name": "auth-service",
  "version": "2.1.14",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gcp7EbRSI1Cp3rPfXqrK"
  },
  "jwt_secret": "D7C2qS54fY6wq349f0oQREkUqlymEPZE",
  "api_keys": {
    "stripe": "sk_live_tPMFSRtXWCJNiiPjhdhmg0rh",
    "sendgrid": "SG.cJpMwoxRjXXLNvfeapAbS3",
    "twilio_sid": "ACcf814dc44295df2be7dc299cf0db9f8d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}