{
  "name": "payment-service",
  "version": "1.8.17",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "y9rmLLauM7VurDyGAb6j"
  },
  "jwt_secret": "GgpvJ9U9mSNM314Cq6RCnV3Z7AJpwUEh",
  "api_keys": {
    "stripe": "sk_live_hJoQuEP2cI5g7ASONkAc7jGi",
    "sendgrid": "SG.eeNAi5JXzaPbuEOhNLjQ+V",
    "twilio_sid": "AC73594fcaf728a615ecc2f98c81e608e0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}