{
  "name": "payment-service",
  "version": "3.7.3",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "a0fVMqvx0lmKnfcPJ3pl"
  },
  "jwt_secret": "KnAcMgx7lnALmS7wyAt83ngUdX2oMKz4",
  "api_keys": {
    "stripe": "sk_live_mQ6tc9bJIG1cth9fqgCzWgNl",
    "sendgrid": "SG.BQfT3TUqUxGGnqG0WkuD7O",
    "twilio_sid": "AC2d14aafd870fb6ed3fddf0f95edaa3cc"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}