{
  "name": "payment-service",
  "version": "2.6.25",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "x2XxbkDUy5shsCNf9t2a"
  },
  "jwt_secret": "cMpRffTXD45S7P0NgqTV0FImlRLfzTDY",
  "api_keys": {
    "stripe": "sk_live_0y6UfMOCF8Jl7KKb3l0ckgOb",
    "sendgrid": "SG.bIlM1p9MCjpbWterv7QGJv",
    "twilio_sid": "ACa7e21842c60ec90d9435950518285e5a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}