{
  "name": "payment-service",
  "version": "3.1.8",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cDpimonxsauOdDfmKa4x"
  },
  "jwt_secret": "vx6MHDbbt31tdtDYYghlhGi51Wo0HPc8",
  "api_keys": {
    "stripe": "sk_live_1ddbh4gTpXBfwBQgjRjRFcwi",
    "sendgrid": "SG.4wi4UF9Ylo23eH4u/i/hOp",
    "twilio_sid": "AC2ea9e96425b11850f44e4c25bcfc5a93"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}