{
  "name": "auth-service",
  "version": "2.8.11",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "VGi8DALbp8TqOkXta37P"
  },
  "jwt_secret": "Wo99nnVdn6Xvf80r957linTTGC5gr1kD",
  "api_keys": {
    "stripe": "sk_live_EIisMOHPbK57K0OnMt3pBDKT",
    "sendgrid": "SG.pSmO05MMkYI+wnf315OU3z",
    "twilio_sid": "AC59a19be0297f5b833cc88cbedd19a657"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}