{
  "name": "payment-service",
  "version": "1.1.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7PbototqzigFIT5aWkB0"
  },
  "jwt_secret": "0EKM4aMOlzyXkYm00Wlu1O+GUQazOALj",
  "api_keys": {
    "stripe": "sk_live_dqJoy20hduVBcWMy1Vkz9MGP",
    "sendgrid": "SG.aasc4ojQAvijNbkeGoMJJn",
    "twilio_sid": "AC41362c842e40b8573e28a5887c407cfe"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}