{
  "name": "payment-service",
  "version": "1.2.0",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "nmTAOKmGH2GBA0sJOP4h"
  },
  "jwt_secret": "OvLE3RhgLKhl8tCEDUY8b64mSTWUHZct",
  "api_keys": {
    "stripe": "sk_live_pt96mot3FRoBmTPWgET8yI0B",
    "sendgrid": "SG.5689sQkx82xuMkFqIk7MpP",
    "twilio_sid": "AC37a19529765ac70b33e94cb36e292d6d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}