{
  "name": "payment-service",
  "version": "1.0.20",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "sSGItgbnTGnVihDt6lAL"
  },
  "jwt_secret": "PJCpxxV+4iU2R6ID5KJvbFsXOX/B+Tst",
  "api_keys": {
    "stripe": "sk_live_0FWjHVSObdJ8AnGaqvnW8azF",
    "sendgrid": "SG.6e+pjEAUWwRGYWfeFF83Kk",
    "twilio_sid": "AC5c547d85f0173cf39239d94ca9e51d2f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}