{
  "name": "payment-service",
  "version": "3.8.14",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ooGbF14Ntkt7Zr2GCwwy"
  },
  "jwt_secret": "00BFh3Mist8GRH19Qn4a5UMDREsSovfp",
  "api_keys": {
    "stripe": "sk_live_3KNH6yWU3Rm8CkI3IESvccXo",
    "sendgrid": "SG.uqIn8Suk6Kl8v1LJFK9SiX",
    "twilio_sid": "AC261a1f766c3b35fb2f847df39af04921"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}