{
  "name": "payment-service",
  "version": "1.2.18",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "OpfENSsfPvmDGsAyx8UB"
  },
  "jwt_secret": "9LGphInAEcYhtwpk6GA70dgVmw40LC2W",
  "api_keys": {
    "stripe": "sk_live_0as4VzBbMdFea7UNgKeBCmM1",
    "sendgrid": "SG.HvzlA7he0L5I7y4OfeIX/1",
    "twilio_sid": "AC043804f0a8471c29d6ede447e7818c0a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}