{
  "name": "payment-service",
  "version": "3.4.2",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kabjDwxrIawwa4AAmZ85"
  },
  "jwt_secret": "5PQN7DbxBkt+zfcQs1LtDQLIeE0sFrbn",
  "api_keys": {
    "stripe": "sk_live_47t5ykxub5XKaq07OTPNctQ8",
    "sendgrid": "SG.eiyrBptZ021Df7rBHX5r2q",
    "twilio_sid": "AC84b0867cd8a66ae05161592aae0fcc5b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}