{
  "name": "payment-service",
  "version": "1.3.18",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "Gngw6d9KeIetNFaoD2hP"
  },
  "jwt_secret": "Qn7UcCFV6wI/Rj0nSty+lGeCVC2Ez8ne",
  "api_keys": {
    "stripe": "sk_live_4xfCdGLl9xwc8TdEbmm2fyD9",
    "sendgrid": "SG.eo7cxT8SDgSYdb0tHj1wQF",
    "twilio_sid": "ACdde9e099e6e5d39c09c1c56ac84f7ffd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}