{
  "name": "payment-service",
  "version": "3.1.25",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "h8fz40aJPZpiunWEi2ro"
  },
  "jwt_secret": "AZh6voEAwmZz4kyBd6+WDTE6A/M6C5KW",
  "api_keys": {
    "stripe": "sk_live_RbVgiuySEtW7ONb9cNh1M26z",
    "sendgrid": "SG.7NsahgSudCuNjdCSpDVJ/R",
    "twilio_sid": "ACb2986c5e88701673f7107a8d64f08799"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}