{
  "name": "auth-service",
  "version": "1.9.18",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vxu5GxqR9ZFZ5YTDxYzF"
  },
  "jwt_secret": "hROG2fHzOLonA9eoL4ZmGK1Qycbz1hd6",
  "api_keys": {
    "stripe": "sk_live_McvOHGhtYJyROBQOczHkXx6x",
    "sendgrid": "SG.E/Pp/o1qbOLqapJMuObA4d",
    "twilio_sid": "AC1349582a834f6cd82eec15cfd0c7a33d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}