{
  "name": "auth-service",
  "version": "2.6.22",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "uCCVniiWw8dwcC119jdw"
  },
  "jwt_secret": "NFQM5Pg5nrHCVlE2tqrLeU6hmduDsbg2",
  "api_keys": {
    "stripe": "sk_live_3CGrRbmEXgJuP6XJK6DJdqmK",
    "sendgrid": "SG.YdcOFbXNPBihp8PA7VUxXA",
    "twilio_sid": "AC09a611271d4be5dc5cf33db9afc6e6c4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}