{
  "name": "payment-service",
  "version": "2.9.5",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "W4pGm5bbxz0aUQ857Bkn"
  },
  "jwt_secret": "v4kfQ2xu2GaRKMchaxhSdDOJaMAFupX2",
  "api_keys": {
    "stripe": "sk_live_WIA9NS0FWMJVkbpoG6PFZGeE",
    "sendgrid": "SG.+R4fhcVkTb/+C0yZIFnRNr",
    "twilio_sid": "AC4cad09cfe8b5dfeba264203b4ef98d42"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}