{
  "name": "payment-service",
  "version": "2.0.4",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "bd72yPl4DYH5GdOcHbGp"
  },
  "jwt_secret": "BN4qLAIgajcXCzfS1NNyR590oWF5O165",
  "api_keys": {
    "stripe": "sk_live_VHL5NpohaDOnjDSExlpOin1v",
    "sendgrid": "SG.ldfBXr9JIRG8+O2YjjaGlu",
    "twilio_sid": "AC7589ff5c5864eb37a21db31216f141fe"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}