{
  "name": "payment-service",
  "version": "2.4.21",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GeIFCuitRfkgPvr6GzdN"
  },
  "jwt_secret": "r5/XOgHmyuBmTQxkxkZ86XxHf9qZ07Eo",
  "api_keys": {
    "stripe": "sk_live_8qpD9HJUivK6eeHKcpmxKYRc",
    "sendgrid": "SG.lwVef9CWL31kZvZK26+7ap",
    "twilio_sid": "ACdd5fb808b31d32cb24091c3c0a131d3d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}