{
  "name": "auth-service",
  "version": "1.1.17",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Z17ijKTFKZWaJO1CfV1o"
  },
  "jwt_secret": "2cB9lO0eAn6DNWrlbfdqpTGyT3dtGkMJ",
  "api_keys": {
    "stripe": "sk_live_lujElCttx8JDbh8Fm4PWDOiT",
    "sendgrid": "SG.uGWciEgjWvehwvG4uCS4Li",
    "twilio_sid": "AC20247db5ac10950eff3e9c784bc11ea0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}