{
  "name": "auth-service",
  "version": "1.3.0",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "23VwMV4j8Xkh3A09HjpF"
  },
  "jwt_secret": "E3GWdy7OwK0zxPkwBC0ZSl08xabFPhkA",
  "api_keys": {
    "stripe": "sk_live_ArAZ4so4Vw4eh0zKVtFsAe4g",
    "sendgrid": "SG.BNLfgOSUU98Cbh/zldzmuL",
    "twilio_sid": "ACa785d491788f207f96da00464ffba271"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}