{
  "name": "auth-service",
  "version": "1.8.11",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Qvjg0Tv2AtRYvNiS636W"
  },
  "jwt_secret": "7dhWftlvsg0NeG0/D+hcEvzJdiz0ACYE",
  "api_keys": {
    "stripe": "sk_live_JhvB0f862Shb1zdDJv0TDR1b",
    "sendgrid": "SG.MmdTpsbk7wS46fZ4OGbGeX",
    "twilio_sid": "ACf533af3e74d929d36707ffb057427edd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}