{
  "name": "payment-service",
  "version": "3.2.1",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xgRxpoGPsx3wqDf5ThQ5"
  },
  "jwt_secret": "XoWEwf523cN0RY0G35Q/B7qCo3aYCJdK",
  "api_keys": {
    "stripe": "sk_live_I5yj1rUkqLJ0yXb0eQmhysF0",
    "sendgrid": "SG.SQ1Uy+AlLZT2wYDPJK3hEe",
    "twilio_sid": "AC606fce84d9317c8a1395be9ce1e26dba"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}