{
  "name": "payment-service",
  "version": "3.6.7",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0ahDraduhlQ0cFBMJvyw"
  },
  "jwt_secret": "m1/qPfexwIijdBHC1nZnrRs9sWWuhrBG",
  "api_keys": {
    "stripe": "sk_live_8nSdhOryePae39sCZXHiDhnf",
    "sendgrid": "SG.C2eYTEhUq515fz7cKMbG+8",
    "twilio_sid": "AC5e9e6208f65dc1a0828d1da42a137fff"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}