{
  "name": "payment-service",
  "version": "3.6.24",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DpcOFaJNjbjFxhnmMkuD"
  },
  "jwt_secret": "qCN3ruzESLVjOrduJ7DwjiKDsX4MzkOZ",
  "api_keys": {
    "stripe": "sk_live_34PXI8Y9IEyWhiUHtWqXS9CC",
    "sendgrid": "SG.1TNuBvFvZFEBzNrMS2uhfg",
    "twilio_sid": "ACf0ce295e2ca3848344f0118c89dbc68d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}