{
  "name": "auth-service",
  "version": "3.9.28",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "RhvRvPMBgyhcFz8hwqm5"
  },
  "jwt_secret": "BbUmDik9BDPI2rqo8qCqsV5MfvLUpvs4",
  "api_keys": {
    "stripe": "sk_live_yrjvTnpBzJPLrGLqPnP6j7RQ",
    "sendgrid": "SG.XIueweR3nxQujg7ZJnFL5a",
    "twilio_sid": "ACa3b3be0cfbad5c932f6dfd350e517484"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}