{
  "name": "payment-service",
  "version": "1.7.5",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EzOgtWUAcsIa4FhhiWot"
  },
  "jwt_secret": "HTV+nOpN684iLNgv2z5ecIQPwXyfJyX8",
  "api_keys": {
    "stripe": "sk_live_SeEtlvaDGGpf6O1YBsdUQom6",
    "sendgrid": "SG.jBWk1Z39tLmefCHsDOKBfR",
    "twilio_sid": "AC1adb83cb2ed787699f3c71606356b985"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}