{
  "name": "payment-service",
  "version": "3.1.7",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "OGgC35SZeLhXzHw19Ts3"
  },
  "jwt_secret": "KMIUFnr+0PmSNxoWs8lZHjIU9I512KpT",
  "api_keys": {
    "stripe": "sk_live_YAUaeWilRDAe2lUl8EAI8yzJ",
    "sendgrid": "SG.0vmuqnRaAUvmbFQocCuSZi",
    "twilio_sid": "ACaf6d1a7c30d03794abd2beb232e36eb2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}