{
  "name": "auth-service",
  "version": "1.8.11",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "UMptMMeQmAl6XPR2Gi34"
  },
  "jwt_secret": "ERSjiap52RfUSFsfxhdwewSeaY65YK66",
  "api_keys": {
    "stripe": "sk_live_DWW22A9lXucPkmyLwqhsrrHW",
    "sendgrid": "SG.5fQOqHswx4Lj28sCNI/9d9",
    "twilio_sid": "AC53e5688941362414106a68ae0057f0e8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}