{
  "name": "payment-service",
  "version": "3.3.1",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "fCTrWiqCzcZCRCriY7aF"
  },
  "jwt_secret": "azC27ohnvcB0Hop34g4QkK4SJb5GPt6k",
  "api_keys": {
    "stripe": "sk_live_lmnSbOAum10lMGI3k84dY4LG",
    "sendgrid": "SG.eJeNynLfIV+JtnC5aehq2q",
    "twilio_sid": "ACdbb36bdf51cd0353a413918c1e705baf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}