{
  "name": "payment-service",
  "version": "2.6.16",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4EPxFQrXh4fLeNNwTrkh"
  },
  "jwt_secret": "GL7uUxHd9maXf2SR2pfW/tYVtShTYZfV",
  "api_keys": {
    "stripe": "sk_live_ki5pX9AM0XhwWyOUY8Eti3Y0",
    "sendgrid": "SG.pxC6klgcbs8RpDn6YkPAPz",
    "twilio_sid": "ACf7054a29f1dd75c42344a9b14a36cc5f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}