{
  "name": "payment-service",
  "version": "3.9.24",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "pMByxbPzxYDYA6Z8B8lO"
  },
  "jwt_secret": "rCeLTM4ueXbYskRXtLjQ2+JjEvIjnG0y",
  "api_keys": {
    "stripe": "sk_live_RahDEysDidWjXMPAt8FEzEhe",
    "sendgrid": "SG.ku/Ly0DEDtAt4X9kBAuDx4",
    "twilio_sid": "AC70a88d99e5941c3ec55d57ef5df53e3f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}