{
  "name": "payment-service",
  "version": "3.1.20",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7kc9QA1CEm7gmUSXR1Dz"
  },
  "jwt_secret": "jHS5GyCPOTq28EDePhCWiGcmmhKcUsl5",
  "api_keys": {
    "stripe": "sk_live_YFXGd8bsjNJ22hRcH8YRJAL4",
    "sendgrid": "SG.c8x5j5PhHUPF1vRFvyV0xv",
    "twilio_sid": "ACe4f76101536db46b60033daf02a642e1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}