{
  "name": "payment-service",
  "version": "1.4.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wwoUpOQ07DJcBAr3sQvj"
  },
  "jwt_secret": "qV9he1reW+7L9nflF8Eges9ql4iXonCC",
  "api_keys": {
    "stripe": "sk_live_TmzyTKunwj8ajgDr49JHNY1w",
    "sendgrid": "SG.ADRnVWRiwtwAytB140NRzy",
    "twilio_sid": "AC107c923da47192f4a4129f719a2aa75e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}