{
  "name": "payment-service",
  "version": "3.5.2",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "0mBg5vgidtHIhqmpAcVr"
  },
  "jwt_secret": "NHkJUxEoYGGiKDKfTHF+0NGCIt3sRt0F",
  "api_keys": {
    "stripe": "sk_live_SrHqLrnuTbKmbNBgHxn6zwTy",
    "sendgrid": "SG.LfF9wNGgqK1cgKp3knVxHR",
    "twilio_sid": "AC03d8d09b5f57b2d9478c2fcc18c3fe43"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}