{
  "name": "payment-service",
  "version": "2.9.3",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "mbjVjCL84X1IdYkMT1xA"
  },
  "jwt_secret": "nugaL/A1xX1ChUmrh+TzuLsSQAiedYBD",
  "api_keys": {
    "stripe": "sk_live_Kvu3LBgd1BRU4x10Qf8T77hD",
    "sendgrid": "SG.AZP/s1Y64EpJemJU1KBFAp",
    "twilio_sid": "AC021c6ae07cec6a1434d774915bfc0821"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}