{
  "name": "auth-service",
  "version": "2.3.20",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0UUAhQxvhDpABFGN0OpG"
  },
  "jwt_secret": "ZRILiTpnsU8R7P7jUYKiB/pytl+CWsxW",
  "api_keys": {
    "stripe": "sk_live_N3HRmKaJUyPxaJZIaL8oG3M4",
    "sendgrid": "SG.evJcczLGklR1SM1DlLrwV2",
    "twilio_sid": "AC59a163b7d775bc061e36665509e1f80b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}