{
  "name": "payment-service",
  "version": "2.2.9",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vPODMqjrMrS2xaZA950P"
  },
  "jwt_secret": "zreRaPkwWHH0QlyyFwujbtIFqbdXiLmS",
  "api_keys": {
    "stripe": "sk_live_eTWIPVLw5WyGZWZmKxLSStxl",
    "sendgrid": "SG.AjxbwQ005p4ARHvarTn/d+",
    "twilio_sid": "ACef8cc0995de0f1accc42f9f88a777474"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}