{
  "name": "payment-service",
  "version": "3.2.10",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Q7kIPec3iEhrw30tQdci"
  },
  "jwt_secret": "/megvtJLTJsAC8qEAQny7nuL8x1niZrl",
  "api_keys": {
    "stripe": "sk_live_UYFPtASyA8J6sTGvblKUukdd",
    "sendgrid": "SG.3e8PPMckCRLLfrlOz6froy",
    "twilio_sid": "AC98e7f9dbb5f9caa41e9d560ca23ea785"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}