{
  "name": "payment-service",
  "version": "2.6.22",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9gwUHfMyb9aSkvqgDe3n"
  },
  "jwt_secret": "PyuZ6EwSs5oX+e1XFBBb7iu/K1anIkxB",
  "api_keys": {
    "stripe": "sk_live_CoRtTSH2woIIeEnQyUAhqbJ5",
    "sendgrid": "SG.XlfrcZqbBJaV3zQL125AD/",
    "twilio_sid": "AC0f082d3e389d205e7eaebdfcd4984217"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}