{
  "name": "payment-service",
  "version": "2.2.29",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "CIY5yp8vM5Wu1YrF5hy6"
  },
  "jwt_secret": "KtKOOBugKXbOKIEHNG4EBRKbcB4wOyiD",
  "api_keys": {
    "stripe": "sk_live_yXwnmqwUpxQE1caidAJa3BhN",
    "sendgrid": "SG.orBFGQ0NgbxlYYddqkUwQ2",
    "twilio_sid": "ACce4480a19e0469e0d0fc39a9127f7cc8"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}