{
  "name": "auth-service",
  "version": "1.2.2",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "FeanLfuZchW2cLZPpGuq"
  },
  "jwt_secret": "4776okNza5C5kr3QDuAJt+e06cP47pIq",
  "api_keys": {
    "stripe": "sk_live_QCEgEYDxqPEIhhc10jDsLqwX",
    "sendgrid": "SG.nk/tCKNtNT8RgV7BNnw60r",
    "twilio_sid": "AC7f51c6e6b7c581d0df36b51826e53202"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}