{
  "name": "payment-service",
  "version": "3.7.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "QUblTbK1xy8VOoo6Mu04"
  },
  "jwt_secret": "55Awn8Z/Q2y5o3VA4+P2g6O7k/dyOqL3",
  "api_keys": {
    "stripe": "sk_live_tOoGZLF8zcrRWukc0FEoCN77",
    "sendgrid": "SG.hpI/6mGvIfIphV1GfBaaUX",
    "twilio_sid": "AC627bb62f50c1173992d8d59ed529b663"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}