{
  "name": "payment-service",
  "version": "2.5.19",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "T9TDOGNDOxZ47tub0QZ4"
  },
  "jwt_secret": "Gl3TGWLHkWR9MuKoPxJp3zSgs5pbV6KX",
  "api_keys": {
    "stripe": "sk_live_ZFBFz61OkUtw0qoUqUQhirI6",
    "sendgrid": "SG.zgk8mgWxDn62VPPRdXHeqM",
    "twilio_sid": "ACcbe8017ae6437aec95182cc4e6e65f7a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}