{
  "name": "auth-service",
  "version": "3.5.5",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "pEtkVtuzDHut1Vfuv4JT"
  },
  "jwt_secret": "TEparFIG/JZDHHFlH5heUrKjYmWC37Vz",
  "api_keys": {
    "stripe": "sk_live_i05KIOTpjwkZlBki8oWV2uh4",
    "sendgrid": "SG.hAgiaDMSaDtCcb4psa2zYn",
    "twilio_sid": "ACea4d74733f433616adc7f65e4c8ffa78"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}