{
  "name": "auth-service",
  "version": "1.6.7",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cw3oI560lBlc1oRIKDoD"
  },
  "jwt_secret": "ImwbC2cio2jDQWtBrEO5gQeUr1oSxwLY",
  "api_keys": {
    "stripe": "sk_live_eaq364raYBlbrdBtuHxh12WX",
    "sendgrid": "SG.tVtWqgQj7eBmiKiCUuzaah",
    "twilio_sid": "AC7614c1aafd6ad0e561fcb958acb1a908"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}