{
  "name": "payment-service",
  "version": "2.2.8",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "5xXIXAUK2R5keaCZuXEV"
  },
  "jwt_secret": "2gvm8gcJlc0CShVWcfWiBr84tUKTBFUX",
  "api_keys": {
    "stripe": "sk_live_RtG4d9MpsUSgHjM1TIbAAbB3",
    "sendgrid": "SG.NeAvx6iqSb9x3oTto5FcSs",
    "twilio_sid": "AC20e61f1e44cfc9c97f2537b445051865"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}