{
  "name": "payment-service",
  "version": "2.5.5",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "897U114AFNtqeXbtnL48"
  },
  "jwt_secret": "9nark3eun/UTAZCe487kWNE6BCsDoeVk",
  "api_keys": {
    "stripe": "sk_live_yLjEy8YR6HalXqGRIDKdZ0kv",
    "sendgrid": "SG.CvelGRkPONDL1PtILNTjuU",
    "twilio_sid": "AC2a204a50091ad4b93818b672ebd93069"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}